Change where workflow is skipped

This commit is contained in:
Sirz Benjie 2025-05-01 21:31:45 -05:00
parent 7f570a2004
commit 2a62a51cf6
No known key found for this signature in database
GPG Key ID: 4A524B4D196C759E

View File

@ -21,7 +21,7 @@ jobs:
test:
name: Shard ${{ inputs.shard }} of ${{ inputs.totalShards }}
runs-on: ubuntu-latest
if: ${{ inputs.skip == 'false' }}
if: ${{ !inputs.skip }}
steps:
- name: Check out Git repository
uses: actions/checkout@v4.2.2