Skip to content

Commit 17e2773

Browse files
committed
Back to old runner
1 parent a5455cf commit 17e2773

1 file changed

Lines changed: 5 additions & 4 deletions

File tree

.github/workflows/smoke-test.yml

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -30,10 +30,11 @@ jobs:
3030
run:
3131
working-directory: ./dpc-load-testing
3232
name: Smoke Test
33-
runs-on: >-
34-
codebuild-dpc-app${{
35-
contains(fromJSON('["prod", "sandbox"]'), inputs.env) && '-prod' || '-non-prod'
36-
}}-${{ github.run_id }}-${{ github.run_attempt }}
33+
#runs-on: >-
34+
# codebuild-dpc-app${{
35+
# contains(fromJSON('["prod", "sandbox"]'), inputs.env) && '-prod' || '-non-prod'
36+
# }}-${{ github.run_id }}-${{ github.run_attempt }}
37+
runs-on: codebuild-dpc-app-${{ github.run_id }}-${{ github.run_attempt }}
3738
steps:
3839
- uses: slackapi/slack-github-action@af78098f536edbc4de71162a307590698245be95 # v3.0.1
3940
name: Slack Starting

0 commit comments

Comments
 (0)