We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d5034d0 commit f17b410Copy full SHA for f17b410
1 file changed
.github/workflows/bake_targets.yml
@@ -39,7 +39,7 @@ jobs:
39
testbuild:
40
# Start by building images for testing. We want to run security checks before pushing those to production.
41
name: PostgreSQL ${{ inputs.postgresql_version }}
42
- runs-on: ubuntu-latest-16-cores
+ runs-on: ${{ github.repository_owner == 'cloudnative-pg' && 'ubuntu-latest-16-cores' || 'ubuntu-24.04' }}
43
permissions:
44
contents: read
45
packages: write
@@ -137,7 +137,7 @@ jobs:
137
138
security:
139
name: Security checks
140
- runs-on: ubuntu-latest-4-cores
+ runs-on: ${{ github.repository_owner == 'cloudnative-pg' && 'ubuntu-latest-4-cores' || 'ubuntu-24.04' }}
141
142
143
packages: read
0 commit comments