We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 2770bcb + c315242 commit 87d6bcdCopy full SHA for 87d6bcd
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