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]