Skip to content

Commit

Permalink
chore(ci): close staging repository even when extensive tests are ski…
Browse files Browse the repository at this point in the history
…pped
  • Loading branch information
gciatto committed Jul 5, 2023
1 parent ec7ec00 commit c824ea9
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/build-and-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,10 @@ jobs:
- test-extensively
- build
runs-on: ubuntu-22.04
if: needs.check-secrets.outputs.run-with-secrets == 'true'
if: |
always() &&
needs.check-secrets.outputs.run-with-secrets == 'true' &&
(needs.test-extensively.result == 'success' || needs.test-extensively.result == 'skipped')
steps:
- name: Checkout the repo
uses: actions/[email protected]
Expand Down

0 comments on commit c824ea9

Please sign in to comment.