Compare commits

...

3 Commits

Author SHA1 Message Date
Michael Telatynski
817fdf7c5d Merge branch 'develop' into t3chguy/fewer-runners 2025-01-22 13:16:40 +00:00
Michael Telatynski
715337112d Update end-to-end-tests.yaml 2025-01-21 18:59:45 +00:00
Michael Telatynski
c1734325c3 Use fewer Playwright runners 2025-01-21 18:24:11 +00:00

View File

@@ -35,8 +35,8 @@ concurrency:
env:
# fetchdep.sh needs to know our PR number
PR_NUMBER: ${{ github.event.pull_request.number }}
# Use 6 runners in the default case, but 4 when running on a schedule where we run all 5 projects (20 runners total)
NUM_RUNNERS: ${{ github.event_name == 'schedule' && 4 || 6 }}
# 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