-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore(deps): update build-canary-container.yaml
- Loading branch information
Showing
1 changed file
with
1 addition
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,10 +2,6 @@ name: Build Canary Container | |
|
||
on: | ||
pull_request: | ||
# Ignore PRs on branches specifically intended for other assets | ||
branches-ignore: | ||
- '*/canary-chart*' | ||
- '*/canary-crds-chart*' | ||
# Only consider PRs that change files for this asset, including ci scripts | ||
paths: | ||
- '.github/workflows/lint-canary-flake8.yaml' | ||
|
@@ -19,8 +15,6 @@ on: | |
push: | ||
# Only release off of release and maintenance branches for this asset | ||
branches: | ||
- 'maintenance/canary-container/[0-9]+.x.x' | ||
- 'maintenance/canary-container/[0-9]+.[0-9]+.x' | ||
- 'main' | ||
# Only consider pushes that change files for this asset, including ci scripts | ||
paths: | ||
|
@@ -44,7 +38,7 @@ jobs: | |
# Job name must be unique across repo to target | ||
# branch protection rules "required checks" properly! | ||
canary-container: | ||
uses: SwanseaUniversityMedical/workflows/.github/workflows/[email protected].0-containers | ||
uses: SwanseaUniversityMedical/workflows/.github/workflows/[email protected].1-containers | ||
with: | ||
job-name: canary-container | ||
comment-pr: "true" | ||
|