diff --git a/.github/workflows/mutation-tests.yml b/.github/workflows/mutation-tests.yml index ae12921699..baaeda1e10 100644 --- a/.github/workflows/mutation-tests.yml +++ b/.github/workflows/mutation-tests.yml @@ -72,7 +72,7 @@ jobs: run: ./build.ps1 -Target ${env:MUTATION_TARGET} - name: Upload Mutation Report - if: !cancelled() + if: ${{ !cancelled() }} uses: actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 # v4.4.3 with: name: mutation-report-${{ matrix.name }}