Skip to content

Commit

Permalink
Ignoring PR
Browse files Browse the repository at this point in the history
  • Loading branch information
Daoud-Hussain committed Nov 19, 2024
1 parent bbdb511 commit 4cb8403
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 7 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/dev-cicd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,6 @@ on:
push:
branches:
- dev
# pull_request:
# branches:
# - dev

env:
IMAGE_NAME: daoudhussaindev/next-js-app
Expand Down
3 changes: 0 additions & 3 deletions .github/workflows/prod-cicd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,6 @@ on:
push:
branches:
- main
# pull_request:
# branches:
# - main

env:
IMAGE_NAME: daoudhussaindev/next-js-app
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/stagging-cicd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Configure AWS credentials
uses: aws-actions/configure-aws-credentials@v1
uses: aws-actions/configure-aws-credentials@v1completed
with:
aws-access-key-id: ${{ secrets.AWS_ACCESS_KEY_ID }}
aws-secret-access-key: ${{ secrets.AWS_SECRET_ACCESS_KEY }}
Expand Down

0 comments on commit 4cb8403

Please sign in to comment.