We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b6b7d77 commit ad58bd3Copy full SHA for ad58bd3
.github/workflows/ci.yml
@@ -13,11 +13,11 @@ on:
13
14
concurrency:
15
group: ${{ github.workflow }}-${{ github.ref }}
16
- cancel-in-progress: ${{ github.ref != 'refs/heads/master' && !startsWith(github.ref, 'refs/heads/staging-') }}
+ cancel-in-progress: ${{ contains(fromJSON('["master", "staging"]'), github.ref_name) }}
17
18
jobs:
19
build:
20
- runs-on: runs-on=${{ github.run_id }}/cpu=1+32/ram=2+32/family=m8+c8+r8+i8+m7+c7+r7+t4/image=ubuntu22-full-arm64/spot=lowest-price/extras=s3-cache
+ 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
21
22
env:
23
ENVIRONMENT: production
0 commit comments