Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

test: test chart CI step summaries #99

Merged
merged 12 commits into from
Apr 11, 2024
5 changes: 3 additions & 2 deletions .github/workflows/fizzbuzz-chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ on:

permissions:
contents: write
pull-requests: read
pull-requests: write
actions: read

concurrency:
Expand All @@ -39,9 +39,10 @@ jobs:
# 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/smaller-semantic-release-container
uses: SwanseaUniversityMedical/workflows/.github/workflows/pr-and-release-chart.yaml@feat/switch-chart-ci-to-use-step-summaries
with:
job-name: fizzbuzz-chart
comment-enabled: 'true'
registry: ${{ vars.HARBOR_REGISTRY }}
registry-user: ${{ vars.HARBOR_USER }}
registry-project: ${{ vars.HARBOR_PROJECT }}
Expand Down
5 changes: 3 additions & 2 deletions .github/workflows/fizzbuzz-crds-chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ on:

permissions:
contents: write
pull-requests: read
pull-requests: write
actions: read

concurrency:
Expand All @@ -39,9 +39,10 @@ jobs:
# 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/smaller-semantic-release-container
uses: SwanseaUniversityMedical/workflows/.github/workflows/pr-and-release-chart.yaml@feat/switch-chart-ci-to-use-step-summaries
with:
job-name: fizzbuzz-crds-chart
comment-enabled: 'true'
registry: ${{ vars.HARBOR_REGISTRY }}
registry-user: ${{ vars.HARBOR_USER }}
registry-project: ${{ vars.HARBOR_PROJECT }}
Expand Down
Loading