Skip to content

Commit

Permalink
Fix project-id
Browse files Browse the repository at this point in the history
  • Loading branch information
a-masterov committed Dec 6, 2024
1 parent 8223f40 commit a25ba0a
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 5 deletions.
2 changes: 2 additions & 0 deletions .github/actionlint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,3 +21,5 @@ config-variables:
- SLACK_UPCOMING_RELEASE_CHANNEL_ID
- DEV_AWS_OIDC_ROLE_ARN
- BENCHMARK_INGEST_TARGET_PROJECTID
- PGREGRESS_PG16_PROJECT_ID
- PGREGRESS_PG17_PROJECT_ID
11 changes: 6 additions & 5 deletions .github/workflows/cloud-regress.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,11 +30,12 @@ jobs:
strategy:
fail-fast: false
matrix:
pg-version: [16]
project-id: [${{ vars.PGREGRESS_PG16_PROJECT_ID }}]
include:
- pg-version: 17
project-id: ${{ vars.PGREGRESS_PG17_PROJECT_ID }}
pg-version: [16, 17]
include:
- pg-version: 16
project-id: ${{ vars.PGREGRESS_PG16_PROJECT_ID }}
- pg-version: 17
project-id: ${{ vars.PGREGRESS_PG17_PROJECT_ID }}

runs-on: us-east-2
container:
Expand Down

0 comments on commit a25ba0a

Please sign in to comment.