Skip to content

Commit 7c1c32b

Browse files
committed
Update CI config
1 parent 44eceec commit 7c1c32b

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,12 +12,12 @@ on:
1212
workflow_dispatch:
1313

1414
concurrency:
15-
group: ${{ github.workflow }}-${{ github.ref }}
16-
cancel-in-progress: ${{ contains(fromJSON('["master", "staging"]'), github.ref_name) }}
15+
group: ${{ github.workflow }}-${{ github.ref }}${{ contains(fromJSON('["master", "staging"]'), github.ref_name) && format('-{0}', github.run_id) || '' }}
16+
cancel-in-progress: true
1717

1818
jobs:
1919
build:
20-
runs-on: runs-on=${{ github.run_id }}/cpu=1+32/ram=1+32/family=m8+c8+r8+i8+m7+c7+r7+t4/image=ubuntu22-full-arm64/spot=lowest-price/extras=s3-cache
20+
runs-on: runs-on=${{ github.run_id }}/cpu=1+32/ram=1+32/family=m8+c8+r8+i8+m7+c7+r7+m6+c6+r6+t4/image=ubuntu24-full-arm64/spot=lowest-price/extras=s3-cache
2121

2222
env:
2323
ENVIRONMENT: production
@@ -26,7 +26,7 @@ jobs:
2626
- uses: runs-on/action@v2
2727
with:
2828
# See https://github.com/runs-on/action#options
29-
metrics: cpu,memory
29+
# metrics: cpu,network,memory,disk,io
3030
show_costs: summary
3131
show_env: false
3232

0 commit comments

Comments
 (0)