From 2a62a51cf6c158f22805e2d39e32942dcf96e503 Mon Sep 17 00:00:00 2001 From: Sirz Benjie <142067137+SirzBenjie@users.noreply.github.com> Date: Thu, 1 May 2025 21:31:45 -0500 Subject: [PATCH] Change where workflow is skipped --- .github/workflows/test-shard-template.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test-shard-template.yml b/.github/workflows/test-shard-template.yml index f9c3b24f200..a1146cb3497 100644 --- a/.github/workflows/test-shard-template.yml +++ b/.github/workflows/test-shard-template.yml @@ -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