File tree Expand file tree Collapse file tree 1 file changed +8
-9
lines changed Expand file tree Collapse file tree 1 file changed +8
-9
lines changed Original file line number Diff line number Diff line change @@ -20,7 +20,6 @@ permissions:
20
20
actions : write
21
21
22
22
env :
23
- RUNNING_IN_CI : 1
24
23
ACCOUNT : ${{ inputs.account }}
25
24
WORKSPACE : ${{ inputs.workspace }}
26
25
CACHE_NAME : ${{ inputs.workspace }}-cache
@@ -124,14 +123,14 @@ jobs:
124
123
test--smoke :
125
124
needs : [get-branch-from-workflow-file, terraform--apply]
126
125
runs-on : [self-hosted, ci]
127
- steps :
128
- - uses : actions/checkout@v4
129
- with :
130
- ref : ${{ needs.get-branch-from-workflow-file.outputs.branch_name }}
131
- - uses : ./.github/actions/make/
132
- with :
133
- command : test--smoke
134
- requires-aws : true
126
+ # steps:
127
+ # - uses: actions/checkout@v4
128
+ # with:
129
+ # ref: ${{ needs.get-branch-from-workflow-file.outputs.branch_name }}
130
+ # - uses: ./.github/actions/make/
131
+ # with:
132
+ # command: test--smoke
133
+ # requires-aws: true
135
134
136
135
set-success :
137
136
name : Set Success
You can’t perform that action at this time.
0 commit comments