We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c3f2da9 commit 275dad5Copy full SHA for 275dad5
1 file changed
.github/workflows/release.yaml
@@ -204,6 +204,8 @@ jobs:
204
needs:
205
- release
206
- test_TestOneBasic
207
+ - test_TestProdBasic
208
+ - test_TestThreeBasic
209
if: needs.release.outputs.release_pr
210
runs-on: ubuntu-latest
211
steps:
@@ -246,6 +248,8 @@ jobs:
246
248
247
249
250
251
252
253
254
255
0 commit comments