ci: run versioning stress tests on all PRs, not just master pushes
This commit is contained in:
2
.github/workflows/s3-go-tests.yml
vendored
2
.github/workflows/s3-go-tests.yml
vendored
@@ -365,8 +365,6 @@ jobs:
|
|||||||
name: S3 Versioning Stress Test
|
name: S3 Versioning Stress Test
|
||||||
runs-on: ubuntu-22.04
|
runs-on: ubuntu-22.04
|
||||||
timeout-minutes: 35
|
timeout-minutes: 35
|
||||||
# Only run stress tests on master branch pushes to avoid overloading PR testing
|
|
||||||
if: github.event_name == 'push' && github.ref == 'refs/heads/master'
|
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: Check out code
|
- name: Check out code
|
||||||
|
|||||||
Reference in New Issue
Block a user