From aff144f8b5c1b36cedaff7561caed138354e397e Mon Sep 17 00:00:00 2001 From: chrislu Date: Mon, 15 Dec 2025 23:42:50 -0800 Subject: [PATCH] ci: run versioning stress tests on all PRs, not just master pushes --- .github/workflows/s3-go-tests.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/s3-go-tests.yml b/.github/workflows/s3-go-tests.yml index 0af66a162..13c733773 100644 --- a/.github/workflows/s3-go-tests.yml +++ b/.github/workflows/s3-go-tests.yml @@ -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