-
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 swanseauniversitymedical/workflows action to v2.8…
….2 (#56) Co-authored-by: dare-renovate[bot] <129118232+dare-renovate[bot]@users.noreply.github.enterprise.com>
- Loading branch information
1 parent
fc72d6d
commit fcf880a
Showing
2 changed files
with
10 additions
and
10 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 |
---|---|---|
|
@@ -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: | ||
|
@@ -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 }} | ||
|
@@ -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 }} | ||
|
@@ -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/** | ||
|
@@ -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 }} | ||
|
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 |
---|---|---|
|
@@ -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: | ||
|
@@ -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 }} | ||
|
@@ -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 }} | ||
|
@@ -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 }} | ||
|
@@ -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 }} | ||
|