fix: slow down tests to prevent throttling
Signed-off-by: matttrach <matt.trachier@suse.com>
This commit is contained in:
parent
c3f2da99e2
commit
17494d223b
|
|
@ -204,6 +204,8 @@ jobs:
|
|||
needs:
|
||||
- release
|
||||
- test_TestOneBasic
|
||||
- test_TestProdBasic
|
||||
- test_TestThreeBasic
|
||||
if: needs.release.outputs.release_pr
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
|
|
@ -246,6 +248,8 @@ jobs:
|
|||
needs:
|
||||
- release
|
||||
- test_TestOneBasic
|
||||
- test_TestProdBasic
|
||||
- test_TestThreeBasic
|
||||
if: needs.release.outputs.release_pr
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
|
|
|
|||
Loading…
Reference in New Issue