Skip to content

Commit

Permalink
Update upstream.yml
Browse files Browse the repository at this point in the history
Update branch regex and checkout version

Signed-off-by: Dale Haiducek <[email protected]>
  • Loading branch information
dhaiducek authored and openshift-ci[bot] committed Oct 6, 2023
1 parent 7a8f351 commit a0e9d74
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ on:
pull_request:
branches:
- main
- release-2.[5-9]
- release-[0-9]+.[0-9]+

defaults:
run:
Expand All @@ -19,13 +19,13 @@ jobs:
name: Upstream reference checks
steps:
- name: Checkout propagator
uses: actions/checkout@v2
uses: actions/checkout@v3
with:
path: governance-policy-propagator
fetch-depth: 0 # Fetch all history for all tags and branches

- name: Checkout Policy Framework
uses: actions/checkout@v2
uses: actions/checkout@v3
with:
path: governance-policy-framework
repository: stolostron/governance-policy-framework
Expand Down

0 comments on commit a0e9d74

Please sign in to comment.