Skip to content

Commit

Permalink
add v100 on 1424
Browse files Browse the repository at this point in the history
  • Loading branch information
wugeshui committed Jan 30, 2024
1 parent 2788c0d commit 22928d3
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/runs_on_1424.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,9 @@ env:
NFS_PATH: '/mnt/cache/share/parrotsci/github/cibuild/${{ github.repository }}'
ENV_PATH: '/mnt/cache/share/platform/cienv'
CLUSTER_V100: SH1424
REPO: ${{ github.event.repository.name }}
ALL_COVERAGE: ${{ (contains( github.ref, 'main') || startsWith(github.ref, 'refs/heads/v') || startsWith(github.ref, 'refs/heads/dev')) && 'ON' || 'OFF' }}
REQUIRE_COVERAGE: ${{ vars.REQUIRE_COVERAGE != '' && vars.REQUIRE_COVERAGE || '0' }}

jobs:
Rsync:
Expand Down

0 comments on commit 22928d3

Please sign in to comment.