We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9a63e4e commit f854989Copy full SHA for f854989
.github/workflows/build.yml
@@ -75,7 +75,7 @@ jobs:
75
flags: ${{ matrix.os_name }}
76
77
- name: Upload Mutation Report
78
- if: always() && matrix.os_name == 'linux' && !startsWith(github.ref, 'refs/tags/') && 'true' || 'false'
+ if: always() && matrix.os_name == 'linux' && !startsWith(github.ref, 'refs/tags/')
79
uses: actions/upload-artifact@0b7f8abb1508181956e8e162db84b466c27e18ce # v3.1.2
80
with:
81
name: mutation-report
0 commit comments