Skip to content

Commit

Permalink
Merge pull request #60 from SwanseaUniversityMedical/main
Browse files Browse the repository at this point in the history
fix: ci job names must be unique across repo to target branch protection rules properly (#59)
  • Loading branch information
JossWhittle authored Mar 25, 2024
2 parents 6f3b828 + d10e951 commit 10cc83d
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 4 deletions.
4 changes: 3 additions & 1 deletion .github/workflows/controller-container.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,9 @@ concurrency:
cancel-in-progress: false

jobs:
build:
# Job name must be unique across repo to target
# branch protection rules "required checks" properly!
controller-container:
uses: SwanseaUniversityMedical/workflows/.github/workflows/pr-and-release-container.yaml@feat/build-cache
with:
job-name: controller-container
Expand Down
4 changes: 3 additions & 1 deletion .github/workflows/fizzbuzz-chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,9 @@ concurrency:
cancel-in-progress: false

jobs:
build:
# Job name must be unique across repo to target
# branch protection rules "required checks" properly!
fizzbuzz-chart:
uses: SwanseaUniversityMedical/workflows/.github/workflows/pr-and-release-chart.yaml@feat/build-cache
with:
job-name: fizzbuzz-chart
Expand Down
4 changes: 3 additions & 1 deletion .github/workflows/fizzbuzz-crds-chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,9 @@ concurrency:
cancel-in-progress: false

jobs:
build:
# Job name must be unique across repo to target
# branch protection rules "required checks" properly!
fizzbuzz-crds-chart:
uses: SwanseaUniversityMedical/workflows/.github/workflows/pr-and-release-chart.yaml@feat/build-cache
with:
job-name: fizzbuzz-crds-chart
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/flake8.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ concurrency:
cancel-in-progress: true

jobs:
lint:
controller-flake8:
runs-on:
labels: [self-hosted, linux, x64]
group: light
Expand Down

0 comments on commit 10cc83d

Please sign in to comment.