Skip to content

Commit 38c4896

Browse files
committed
smaller skus
1 parent fcea3e5 commit 38c4896

File tree

7 files changed

+12
-12
lines changed

7 files changed

+12
-12
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
build:
1212
strategy:
1313
matrix:
14-
runner: [blacksmith-16vcpu-ubuntu-2404]
14+
runner: [blacksmith-4vcpu-ubuntu-2404]
1515
postgres-version: [13, 14, 15, 16, 17]
1616
runs-on: ${{ matrix.runner }}
1717
timeout-minutes: 30

.github/workflows/cleanup.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ on:
66

77
jobs:
88
flow_cleanup:
9-
runs-on: blacksmith-4vcpu-ubuntu-2404
9+
runs-on: blacksmith-2vcpu-ubuntu-2404
1010
timeout-minutes: 60
1111
steps:
1212
- name: checkout sources

.github/workflows/customer-docker.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
docker-build:
1313
strategy:
1414
matrix:
15-
runner: [blacksmith-4vcpu-ubuntu-2404]
15+
runner: [blacksmith-2vcpu-ubuntu-2404]
1616
runs-on: ${{ matrix.runner }}
1717
permissions:
1818
contents: read

.github/workflows/flow-api-client.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ on:
55
- main
66
jobs:
77
build:
8-
runs-on: blacksmith-4vcpu-ubuntu-2404
8+
runs-on: blacksmith-2vcpu-ubuntu-2404
99
permissions:
1010
contents: write
1111
steps:

.github/workflows/release-drafter.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
permissions:
1919
contents: write
2020
pull-requests: write
21-
runs-on: blacksmith-4vcpu-ubuntu-2404
21+
runs-on: blacksmith-2vcpu-ubuntu-2404
2222
steps:
2323
- uses: release-drafter/release-drafter@b1476f6e6eb133afa41ed8589daba6dc69b4d3f5 # v6
2424
env:

.github/workflows/update-aws-rds-bundle-shasum.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ on:
55
- cron: '0 15 * * *'
66
workflow_dispatch:
77
inputs: {}
8-
8+
99
permissions:
1010
issues: write
1111
pull-requests: write
@@ -19,7 +19,7 @@ env:
1919

2020
jobs:
2121
update-docker-compose-tag:
22-
runs-on: blacksmith-4vcpu-ubuntu-2404
22+
runs-on: blacksmith-2vcpu-ubuntu-2404
2323
steps:
2424
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5
2525
with:
@@ -38,15 +38,15 @@ jobs:
3838
git add -u
3939
4040
git commit -m 'chore(automated): update `aws-rds-bundle-shasum` in Dockerfile'
41-
41+
4242
git push -u origin "${PR_BRANCH}" --force-with-lease
4343
4444
PR_ID=$(gh pr list --label "${PR_LABEL}" --head "${PR_BRANCH}" --json number | jq -r '.[0].number // ""')
4545
if [ "$PR_ID" == "" ]; then
4646
PR_ID=$(gh pr create -l "$PR_LABEL" -t "$PR_TITLE" --body "")
4747
fi
4848
49-
49+
5050
gh pr merge --auto --squash
5151
env:
5252
GH_TOKEN: ${{ github.token }}

.github/workflows/update-docker-compose-stable.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ on:
88
push:
99
tags:
1010
- "v[0-9]+.[0-9]+.[0-9]+"
11-
11+
1212
permissions:
1313
issues: write
1414
pull-requests: write
@@ -22,7 +22,7 @@ env:
2222

2323
jobs:
2424
update-docker-compose-tag:
25-
runs-on: blacksmith-4vcpu-ubuntu-2404
25+
runs-on: blacksmith-2vcpu-ubuntu-2404
2626
steps:
2727
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5
2828
with:
@@ -49,7 +49,7 @@ jobs:
4949
PR_ID=$(gh pr create -l "$PR_LABEL" -t "$PR_TITLE" --body "")
5050
fi
5151
52-
52+
5353
gh pr merge --auto --squash
5454
env:
5555
GH_TOKEN: ${{ github.token }}

0 commit comments

Comments
 (0)