We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a5455cf commit 17e2773Copy full SHA for 17e2773
1 file changed
.github/workflows/smoke-test.yml
@@ -30,10 +30,11 @@ jobs:
30
run:
31
working-directory: ./dpc-load-testing
32
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 }}
+ #runs-on: >-
+ # codebuild-dpc-app${{
+ # contains(fromJSON('["prod", "sandbox"]'), inputs.env) && '-prod' || '-non-prod'
+ # }}-${{ github.run_id }}-${{ github.run_attempt }}
37
+ runs-on: codebuild-dpc-app-${{ github.run_id }}-${{ github.run_attempt }}
38
steps:
39
- uses: slackapi/slack-github-action@af78098f536edbc4de71162a307590698245be95 # v3.0.1
40
name: Slack Starting
0 commit comments