Skip to content

Commit c315242

Browse files
AztecBotaztec-bot
authored andcommitted
fix(ci): skip aztec-cli notify job when acceptance test is skipped (#23534)
1 parent a2d104a commit c315242

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/aztec-cli-acceptance-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242

4343
notify:
4444
needs: release-acceptance
45-
if: always() && github.event_name != 'workflow_dispatch'
45+
if: (success() || failure()) && github.event_name != 'workflow_dispatch'
4646
runs-on: ubuntu-latest
4747
env:
4848
VERSION: ${{ github.event.inputs.version || github.event.workflow_run.head_branch }}

0 commit comments

Comments
 (0)