Skip to content

Commit

Permalink
chore(deps): update swanseauniversitymedical/workflows action to v2.8…
Browse files Browse the repository at this point in the history
….2 (#56)

Co-authored-by: dare-renovate[bot] <129118232+dare-renovate[bot]@users.noreply.github.enterprise.com>
  • Loading branch information
dare-renovate[bot] and dare-renovate[bot] authored Oct 3, 2023
1 parent fc72d6d commit fcf880a
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/on-pr-update.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:

slack:
# Open a new PR thread on Slack for this CI run.
uses: SwanseaUniversityMedical/workflows/.github/workflows/[email protected].1
uses: SwanseaUniversityMedical/workflows/.github/workflows/[email protected].2
with:
slack-channel: ${{ vars.SLACK_CHANNEL }}
secrets:
Expand All @@ -23,7 +23,7 @@ jobs:
changes:
# Detect which files have been changed on this PR's full history
needs: slack
uses: SwanseaUniversityMedical/workflows/.github/workflows/[email protected].1
uses: SwanseaUniversityMedical/workflows/.github/workflows/[email protected].2
with:
slack-channel: ${{ vars.SLACK_CHANNEL }}
slack-thread: ${{ needs.slack.outputs.thread }}
Expand All @@ -47,7 +47,7 @@ jobs:
- slack
- changes
if: fromJSON(needs.changes.outputs.changes).trino-container == 'true'
uses: SwanseaUniversityMedical/workflows/.github/workflows/[email protected].1
uses: SwanseaUniversityMedical/workflows/.github/workflows/[email protected].2
with:
job-name: trino-container
container-registry: ${{ vars.HARBOR_REGISTRY }}
Expand All @@ -71,7 +71,7 @@ jobs:
- slack
- changes
if: fromJSON(needs.changes.outputs.changes).chart == 'true'
uses: SwanseaUniversityMedical/workflows/.github/workflows/[email protected].1
uses: SwanseaUniversityMedical/workflows/.github/workflows/[email protected].2
with:
job-name: chart
chart: charts/**
Expand All @@ -97,7 +97,7 @@ jobs:
- changes
- trino-container
- chart
uses: SwanseaUniversityMedical/workflows/.github/workflows/[email protected].1
uses: SwanseaUniversityMedical/workflows/.github/workflows/[email protected].2
if: always()
with:
slack-channel: ${{ vars.SLACK_CHANNEL }}
Expand Down
10 changes: 5 additions & 5 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:

slack:
# Open a new PR thread on Slack for this CI run
uses: SwanseaUniversityMedical/workflows/.github/workflows/[email protected].1
uses: SwanseaUniversityMedical/workflows/.github/workflows/[email protected].2
with:
slack-channel: ${{ vars.SLACK_CHANNEL }}
secrets:
Expand All @@ -26,7 +26,7 @@ jobs:
changes:
# Detect which files have been changed on this PR's full history
needs: slack
uses: SwanseaUniversityMedical/workflows/.github/workflows/[email protected].1
uses: SwanseaUniversityMedical/workflows/.github/workflows/[email protected].2
with:
slack-channel: ${{ vars.SLACK_CHANNEL }}
slack-thread: ${{ needs.slack.outputs.thread }}
Expand Down Expand Up @@ -54,7 +54,7 @@ jobs:
- slack
- changes
if: fromJSON(needs.changes.outputs.changes).trino-container == 'true'
uses: SwanseaUniversityMedical/workflows/.github/workflows/[email protected].1
uses: SwanseaUniversityMedical/workflows/.github/workflows/[email protected].2
with:
job-name: trino-container
container-registry: ${{ vars.HARBOR_REGISTRY }}
Expand Down Expand Up @@ -83,7 +83,7 @@ jobs:
- slack
- changes
if: fromJSON(needs.changes.outputs.changes).chart == 'true'
uses: SwanseaUniversityMedical/workflows/.github/workflows/[email protected].1
uses: SwanseaUniversityMedical/workflows/.github/workflows/[email protected].2
with:
job-name: chart
chart-registry: ${{ vars.HARBOR_REGISTRY }}
Expand Down Expand Up @@ -115,7 +115,7 @@ jobs:
- trino-container
- chart

uses: SwanseaUniversityMedical/workflows/.github/workflows/[email protected].1
uses: SwanseaUniversityMedical/workflows/.github/workflows/[email protected].2
if: always()
with:
slack-channel: ${{ vars.SLACK_CHANNEL }}
Expand Down

0 comments on commit fcf880a

Please sign in to comment.