Skip to content

Commit

Permalink
Removing un-needed condition due to needs
Browse files Browse the repository at this point in the history
  • Loading branch information
dominicwest committed Nov 10, 2023
1 parent 9116394 commit f120393
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 6 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/admin-sandbox-qa-cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -156,9 +156,6 @@ jobs:
retention-days: 1

deploy:
# Need to check here as create event can't be filtered by branch name: https://github.com/orgs/community/discussions/54860
if: github.ref == 'refs/heads/develop' || startsWith(github.ref, 'refs/heads/release')

needs: [build, test]

environment: AWS
Expand Down
3 changes: 0 additions & 3 deletions .github/workflows/applicant-sandbox-qa-cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -156,9 +156,6 @@ jobs:
retention-days: 1

deploy:
# Need to check here as create event can't be filtered by branch name: https://github.com/orgs/community/discussions/54860
if: github.ref == 'refs/heads/develop' || startsWith(github.ref, 'refs/heads/release')

needs: [build, test]

environment: AWS
Expand Down

0 comments on commit f120393

Please sign in to comment.