Skip to content

Commit

Permalink
chore(deps): update build-canary-container.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
rdash99 committed Jul 4, 2024
1 parent ecdc83c commit 788d01a
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions .github/workflows/build-canary-container.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand All @@ -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:
Expand All @@ -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"
Expand Down

0 comments on commit 788d01a

Please sign in to comment.