From a534cbc0a4ca8b5fd1e9a659dc2d9ddc47b756e6 Mon Sep 17 00:00:00 2001 From: Sunil Pai Date: Fri, 14 Jun 2024 16:39:53 +0100 Subject: [PATCH] don't run quarantine tests on pull requests (#6041) --- .github/workflows/c3-e2e-quarantine.yml | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/.github/workflows/c3-e2e-quarantine.yml b/.github/workflows/c3-e2e-quarantine.yml index 777e26b87b18..cbf830ff5989 100644 --- a/.github/workflows/c3-e2e-quarantine.yml +++ b/.github/workflows/c3-e2e-quarantine.yml @@ -2,9 +2,6 @@ name: C3 E2E (Quarantine) on: - pull_request: - paths: - - packages/create-cloudflare/** push: branches: - main @@ -18,7 +15,7 @@ jobs: group: ${{ github.workflow }}-${{ github.ref }}-${{ matrix.os }}-${{ matrix.pm.name }}-${{ matrix.pm.version }} cancel-in-progress: true name: ${{ format('E2E (quarantined) ({0}@{1} on {2})', matrix.pm.name, matrix.pm.version, matrix.os) }} - if: github.repository_owner == 'cloudflare' && github.event.pull_request.user.login != 'dependabot[bot]' + if: github.repository_owner == 'cloudflare' strategy: matrix: os: [ubuntu-latest]