Skip to content

Commit

Permalink
chore: fix tools tests on release branch
Browse files Browse the repository at this point in the history
  • Loading branch information
jdx committed Nov 27, 2024
1 parent 244102f commit 130c3a4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -315,7 +315,7 @@ jobs:
needs: [build-macos, build-windows]
runs-on: ${{ matrix.os }}
timeout-minutes: 20
if: startsWith(github.ref, 'refs/branches/release')
if: startsWith(github.ref, 'refs/heads/release')
env:
TEST_TRANCHE: ${{matrix.tranche}}
TEST_TRANCHE_COUNT: 4
Expand Down

0 comments on commit 130c3a4

Please sign in to comment.