Skip to content

Commit

Permalink
don't run quarantine tests on pull requests (#6041)
Browse files Browse the repository at this point in the history
  • Loading branch information
threepointone authored Jun 14, 2024
1 parent e70806f commit a534cbc
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/c3-e2e-quarantine.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,6 @@

name: C3 E2E (Quarantine)
on:
pull_request:
paths:
- packages/create-cloudflare/**
push:
branches:
- main
Expand All @@ -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]
Expand Down

0 comments on commit a534cbc

Please sign in to comment.