Skip to content

Commit 275dad5

Browse files
authored
fix: slow down tests to prevent throttling (#123)
Signed-off-by: matttrach <matt.trachier@suse.com>
1 parent c3f2da9 commit 275dad5

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

.github/workflows/release.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -204,6 +204,8 @@ jobs:
204204
needs:
205205
- release
206206
- test_TestOneBasic
207+
- test_TestProdBasic
208+
- test_TestThreeBasic
207209
if: needs.release.outputs.release_pr
208210
runs-on: ubuntu-latest
209211
steps:
@@ -246,6 +248,8 @@ jobs:
246248
needs:
247249
- release
248250
- test_TestOneBasic
251+
- test_TestProdBasic
252+
- test_TestThreeBasic
249253
if: needs.release.outputs.release_pr
250254
runs-on: ubuntu-latest
251255
steps:

0 commit comments

Comments
 (0)