Skip to content

Commit

Permalink
Run CRC tests only on upstream not on fork.
Browse files Browse the repository at this point in the history
Signed-off-by: Pramod Bindal <bindal.pramod@gmail.com>
  • Loading branch information
pramodbindal authored and vdemeester committed Dec 20, 2024
1 parent 1f90c78 commit 32f71dd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/crc.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ jobs:
build:
name: Run E2E Tests on CRC
runs-on: ubuntu-latest
if: github.repository_owner == 'openshift-pipelines' # do not run this elsewhere
strategy:
fail-fast: false
matrix:
Expand Down

0 comments on commit 32f71dd

Please sign in to comment.