Skip to content

Commit 143ca47

Browse files
06180618
andauthored
fix(github): workflow test-deploy-main (#2307)
Co-authored-by: 0618 <[email protected]>
1 parent 6b647ef commit 143ca47

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/test-deploy-main.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -172,7 +172,7 @@ jobs:
172172
# Send data point 1 to metric RunTimeTestsFailure, if success
173173
runs-on: ubuntu-latest
174174
environment: ci
175-
needs: build
175+
needs: build-test
176176
if: ${{ failure() }}
177177
steps:
178178
- name: Configure AWS credentials
@@ -187,7 +187,7 @@ jobs:
187187
# Send data point 0 to metric RunTimeTestsFailure, if success
188188
runs-on: ubuntu-latest
189189
environment: ci
190-
needs: build
190+
needs: build-test
191191
if: ${{ success() }}
192192
steps:
193193
- name: Configure AWS credentials

0 commit comments

Comments
 (0)