Skip to content

Commit f854989

Browse files
Fix condition
Fix incorrect condition
1 parent 9a63e4e commit f854989

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ jobs:
7575
flags: ${{ matrix.os_name }}
7676

7777
- name: Upload Mutation Report
78-
if: always() && matrix.os_name == 'linux' && !startsWith(github.ref, 'refs/tags/') && 'true' || 'false'
78+
if: always() && matrix.os_name == 'linux' && !startsWith(github.ref, 'refs/tags/')
7979
uses: actions/upload-artifact@0b7f8abb1508181956e8e162db84b466c27e18ce # v3.1.2
8080
with:
8181
name: mutation-report

0 commit comments

Comments
 (0)