We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5f9c713 commit e420e2fCopy full SHA for e420e2f
1 file changed
.github/workflows/regression_template.yml
@@ -144,7 +144,7 @@ jobs:
144
145
deploy_code_coverage:
146
runs-on: ubuntu-latest
147
- if: ${{ (github.event_name == 'push') && !inputs.skip_deploy && always() }}
+ if: ${{ (github.event_name == 'push') && !inputs.skip_deploy && !failure() && !cancelled() }}
148
needs: run_tests
149
environment:
150
name: github-pages
0 commit comments