diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index bed973c521b..b7aa1f496fc 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -51,10 +51,12 @@ jobs: run: | ./mach clippy --message-format=json --use-crown --locked -- -- --deny warnings | ./etc/ci/clippy-annotation.sh > temp/clippy-output.json - name: Save PR number + if: ${{ !cancelled() }} run: | mkdir -p ./pr echo ${{ github.event.number }} > ./pr/number - name: Clippy linter result + if: ${{ !cancelled() }} uses: actions/upload-artifact@v4.6.1 with: name: clippy-lint-result