Skip to content

Commit 79d6cbf

Browse files
committed
Fix
1 parent d613433 commit 79d6cbf

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/build-gf.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,14 +10,13 @@ on:
1010
jobs:
1111
build:
1212
env:
13-
RUNNER_PREFIX: "codebuild-ab2d-contracts-"
1413
ECR_REPO: ab2d-contracts
1514
TAG_PREFIX: contracts-service
1615
AWS_ACCOUNT: ${{ secrets.GF_NON_PROD_ACCOUNT }}
1716
permissions:
1817
contents: read
1918
id-token: write
20-
runs-on: ${{env.RUNNER_PREFIX}}-${{github.run_id}}-${{github.run_attempt}}
19+
runs-on: codebuild-ab2d-contracts-${{github.run_id}}-${{github.run_attempt}}
2120
steps:
2221
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
2322

0 commit comments

Comments
 (0)