We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ec7ec00 commit c824ea9Copy full SHA for c824ea9
1 file changed
.github/workflows/build-and-deploy.yml
@@ -111,7 +111,10 @@ jobs:
111
- test-extensively
112
- build
113
runs-on: ubuntu-22.04
114
- if: needs.check-secrets.outputs.run-with-secrets == 'true'
+ if: |
115
+ always() &&
116
+ needs.check-secrets.outputs.run-with-secrets == 'true' &&
117
+ (needs.test-extensively.result == 'success' || needs.test-extensively.result == 'skipped')
118
steps:
119
- name: Checkout the repo
120
uses: actions/checkout@v3.5.3
0 commit comments