Skip to content

Commit

Permalink
Try and add label to large runner
Browse files Browse the repository at this point in the history
  • Loading branch information
e-belfer committed Feb 1, 2024
1 parent 4f6223a commit fc0a5bf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/run-archiver.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
- eia_bulk_elec

fail-fast: false
runs-on: ${{ matrix.dataset == 'epacems' && 'large-runner-group' || 'ubuntu-latest' }}
runs-on: ${{ matrix.dataset == 'epacems' && ['large-runner-group', 'ubuntu-22.04-4core'] || 'ubuntu-latest' }}
steps:
- uses: actions/checkout@v4

Expand Down

0 comments on commit fc0a5bf

Please sign in to comment.