File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ permissions: {}
1616jobs :
1717 testbuild :
1818 name : Build ${{ inputs.extension_name }}
19- runs-on : ubuntu-24.04
19+ runs-on : ${{ github.repository_owner == 'cloudnative-pg' && ' ubuntu-latest-16-cores' || 'ubuntu- 24.04' }}
2020 permissions :
2121 contents : read
2222 packages : write
8181
8282 security :
8383 name : Security checks
84- runs-on : ubuntu-24.04
84+ runs-on : ${{ github.repository_owner == 'cloudnative-pg' && ' ubuntu-latest-4-cores' || 'ubuntu- 24.04' }}
8585 permissions :
8686 contents : read
8787 packages : read
@@ -109,7 +109,7 @@ jobs:
109109
110110 smoke-test :
111111 name : Smoke test
112- runs-on : ubuntu-24.04
112+ runs-on : ${{ github.repository_owner == 'cloudnative-pg' && ' ubuntu-latest-4-cores' || 'ubuntu- 24.04' }}
113113 permissions :
114114 contents : read
115115 packages : read
You can’t perform that action at this time.
0 commit comments