Browse Source

ci: run versioning stress tests on all PRs, not just master pushes

pull/7786/head
chrislu 4 days ago
parent
commit
aff144f8b5
  1. 2
      .github/workflows/s3-go-tests.yml

2
.github/workflows/s3-go-tests.yml

@ -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

Loading…
Cancel
Save