Skip to content

Commit 87d6bcd

Browse files
authored
chore: Accumulated backports to v4-next (#23535)
BEGIN_COMMIT_OVERRIDE fix(ci): skip aztec-cli notify job when acceptance test is skipped (#23534) END_COMMIT_OVERRIDE
2 parents 2770bcb + c315242 commit 87d6bcd

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)