File tree Expand file tree Collapse file tree 1 file changed +2
-6
lines changed Expand file tree Collapse file tree 1 file changed +2
-6
lines changed Original file line number Diff line number Diff line change 1
1
name : Make all packages and run their tests
2
2
3
- # a larger machine, with less job concurrency
4
- # https://docs.github.com/en/enterprise-cloud@latest/actions/how-tos/using-github-hosted-runners/using-larger-runners/managing-larger-runners#adding-a-larger-runner-to-an-organization
5
- runs-on : ubuntu-24.04-4cpu-16ram
6
-
7
3
# newer commits in the same PR abort running ones for the same workflow
8
4
concurrency :
9
5
group : ${{ github.workflow }}-${{ github.head_ref || github.run_id }}
48
44
run : cd src/scripts && python3 check_doc_urls.py || sleep 5 || python3 check_doc_urls.py
49
45
50
46
build :
51
- runs-on : ubuntu- latest
52
-
47
+ # https://docs.github.com/en/enterprise-cloud@ latest/actions/how-tos/using-github-hosted-runners/using-larger-runners/managing-larger-runners#adding-a-larger-runner-to-an-organization
48
+ runs-on : compute-server-9183 # ubuntu-24.04-4cpu-16ram
53
49
services :
54
50
postgres :
55
51
image : postgres:${{ matrix.pg-version}}
You can’t perform that action at this time.
0 commit comments