Skip to content

Commit cfed2c8

Browse files
authored
ci: change condition for running tests in build workflow
1 parent 381bfda commit cfed2c8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ jobs:
9999
tests:
100100
name: Run Tests
101101
uses: ./.github/workflows/reusable-tests.yml
102-
if: ${{ inputs.skipTests == 'false' }}
102+
if: ${{ !inputs.skipTests }}
103103
needs: [prepare]
104104
secrets: inherit
105105
with:

0 commit comments

Comments
 (0)