We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a2d104a commit c315242Copy full SHA for c315242
1 file changed
.github/workflows/aztec-cli-acceptance-test.yml
@@ -42,7 +42,7 @@ jobs:
42
43
notify:
44
needs: release-acceptance
45
- if: always() && github.event_name != 'workflow_dispatch'
+ if: (success() || failure()) && github.event_name != 'workflow_dispatch'
46
runs-on: ubuntu-latest
47
env:
48
VERSION: ${{ github.event.inputs.version || github.event.workflow_run.head_branch }}
0 commit comments