File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 11
11
# While GitHub's toaster runners are likelier to flake, we want consistency
12
12
# between this environment and the regular test environment for DataDog
13
13
# statistics and to only show real workflow threats.
14
- runs-on : " buildjet-8vcpu-ubuntu-2204"
14
+ runs-on : ${{ github.repository_owner == 'coder' && ' buildjet-8vcpu-ubuntu-2204' || 'ubuntu-latest' }}
15
15
# This runner costs 0.016 USD per minute,
16
16
# so 0.016 * 240 = 3.84 USD per run.
17
17
timeout-minutes : 240
40
40
41
41
go-timing :
42
42
# We run these tests with p=1 so we don't need a lot of compute.
43
- runs-on : " buildjet-2vcpu-ubuntu-2204"
43
+ runs-on : ${{ github.repository_owner == 'coder' && ' buildjet-2vcpu-ubuntu-2204' || 'ubuntu-latest' }}
44
44
timeout-minutes : 10
45
45
steps :
46
46
- name : Checkout
You can’t perform that action at this time.
0 commit comments