Update end-to-end-tests.yaml
This commit is contained in:
committed by
GitHub
parent
c1734325c3
commit
715337112d
4
.github/workflows/end-to-end-tests.yaml
vendored
4
.github/workflows/end-to-end-tests.yaml
vendored
@@ -35,8 +35,8 @@ concurrency:
|
||||
env:
|
||||
# fetchdep.sh needs to know our PR number
|
||||
PR_NUMBER: ${{ github.event.pull_request.number }}
|
||||
# Use 5 runners in the default case, but 3 when running on a schedule where we run all 5 projects (15 runners total)
|
||||
NUM_RUNNERS: ${{ github.event_name == 'schedule' && 3 || 5 }}
|
||||
# Use 4 runners in the default case, but 2 when running on a schedule where we run all 5 projects (10 runners total)
|
||||
NUM_RUNNERS: ${{ github.event_name == 'schedule' && 2 || 4 }}
|
||||
|
||||
permissions: {} # No permissions required
|
||||
|
||||
|
||||
Reference in New Issue
Block a user