mirror of
https://github.com/submariner-io/submariner-charts.git
synced 2026-09-20 21:30:35 +00:00
Don't run certain GHA jobs on forks
Don't run jobs that aren't triggered on pull request on forks. Forks aren't likely to need these jobs, and theyre more likely to fail there. Signed-off-by: Mike Kolesnik <mkolesni@redhat.com>
This commit is contained in:
committed by
Thomas Pantelis
parent
f0a0ae93bf
commit
6f94f29563
@@ -8,6 +8,7 @@ on:
|
||||
jobs:
|
||||
e2e:
|
||||
name: E2E
|
||||
if: github.repository_owner == 'submariner-io'
|
||||
timeout-minutes: 30
|
||||
runs-on: ubuntu-latest
|
||||
strategy:
|
||||
|
||||
Reference in New Issue
Block a user