Skip to content

Commit

Permalink
chore: release 2024.11.32
Browse files Browse the repository at this point in the history
  • Loading branch information
mise-en-dev authored and jdx committed Nov 27, 2024
1 parent df8280d commit ba4f36a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -213,7 +213,7 @@ jobs:
env:
TEST_TRANCHE: ${{matrix.tranche}}
TEST_TRANCHE_COUNT: 8
TEST_ALL: ${{github.ref_name == 'release' && '1' || '0'}}
TEST_ALL: ${{github.head_ref == 'release' && '1' || '0'}}
with:
timeout_minutes: 30
retry_wait_seconds: 30
Expand Down Expand Up @@ -315,11 +315,11 @@ jobs:
needs: [build-macos, build-windows]
runs-on: ${{ matrix.os }}
timeout-minutes: 20
if: github.ref == 'refs/heads/release'
if: github.head_ref == 'release'
env:
TEST_TRANCHE: ${{matrix.tranche}}
TEST_TRANCHE_COUNT: 4
TEST_ALL: ${{github.ref_name == 'release' && '1' || '0'}}
TEST_ALL: ${{github.head_ref == 'release' && '1' || '0'}}
MISE_DATA_DIR: ~/.local/share/mise
MISE_CACHE_DIR: ~/.cache/mise
MISE_DISABLE_TOOLS: |
Expand Down

0 comments on commit ba4f36a

Please sign in to comment.