mirror of
https://github.com/submariner-io/submariner-charts.git
synced 2026-09-21 20:50:35 +00:00
Don't run periodic PR dependency checks on forks
As we do with the Flake Finder and other periodic jobs, skip the checks for PR dependencies on forks. Signed-off-by: Daniel Farrell <dfarrell@redhat.com>
This commit is contained in:
committed by
Daniel Farrell
parent
cb78ab7aaa
commit
50489802e2
@@ -22,6 +22,7 @@ on:
|
|||||||
jobs:
|
jobs:
|
||||||
check:
|
check:
|
||||||
name: Check Dependencies
|
name: Check Dependencies
|
||||||
|
if: github.repository_owner == 'submariner-io'
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- uses: z0al/dependent-issues@70a1b2d4ee1cdc743af33498bd0204123953a887
|
- uses: z0al/dependent-issues@70a1b2d4ee1cdc743af33498bd0204123953a887
|
||||||
@@ -35,4 +36,4 @@ jobs:
|
|||||||
check_issues: on
|
check_issues: on
|
||||||
|
|
||||||
# A comma-separated list of keywords to mark dependency.
|
# A comma-separated list of keywords to mark dependency.
|
||||||
keywords: depends on, Depends on
|
keywords: depends on, Depends on
|
||||||
|
|||||||
Reference in New Issue
Block a user