diff --git a/.github/workflows/autofix.yml b/.github/workflows/autofix.yml index d609da2e4..d18088cda 100644 --- a/.github/workflows/autofix.yml +++ b/.github/workflows/autofix.yml @@ -198,6 +198,6 @@ jobs: steps: - name: Result of the needed steps run: echo "${{ toJSON(needs) }}" # zizmor: ignore[template-injection] - - if: ${{ contains(needs.*.result, 'failure') || contains(needs.*.result, 'cancelled') }} + - if: ${{ contains(needs.*.result, 'failure') }} name: CI Result run: exit 1