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

This commit is contained in:
chrislu
2025-12-15 23:42:50 -08:00
parent 9150d84eea
commit aff144f8b5

View File

@@ -365,8 +365,6 @@ jobs:
name: S3 Versioning Stress Test
runs-on: ubuntu-22.04
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:
- name: Check out code