Skip to content

Commit 89543e7

Browse files
committed
ci: use hosted runners when running from the cloudnative-pg org
Signed-off-by: Niccolò Fei <niccolo.fei@enterprisedb.com>
1 parent f24a0c9 commit 89543e7

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/bake_targets.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ permissions: {}
1616
jobs:
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
@@ -81,7 +81,7 @@ jobs:
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

0 commit comments

Comments
 (0)