Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/build-push-greenhouse-image.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -182,7 +182,7 @@ jobs:
permissions:
contents: read
needs: [build-and-push, vulnerability-scan]
uses: cloudoperators/juno/.github/workflows/shared-slack-notification.yaml@f0c9d08e2c9d7c348dd3f24e7ea72ac3db3a6993 # main
uses: cloudoperators/juno/.github/workflows/shared-slack-notification.yaml@cf79a1fa0104662588fba8f166e1e6b5c975eb0f # main
with:
title: "🚨 JUNO Greenhouse Image Failed 🚨"
body: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build-push-greenhouse-pr-preview.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -240,7 +240,7 @@ jobs:
needs.cleanup.result == 'failure'
needs: [ cleanup ]
permissions: {}
uses: cloudoperators/juno/.github/workflows/shared-slack-notification.yaml@f0c9d08e2c9d7c348dd3f24e7ea72ac3db3a6993 # main
uses: cloudoperators/juno/.github/workflows/shared-slack-notification.yaml@cf79a1fa0104662588fba8f166e1e6b5c975eb0f # main
with:
title: "🚨 Greenhouse PR Preview Image Cleanup Failed 🚨"
body: "Failed to delete preview images for PR #${{
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build-push-supernova-image.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -201,7 +201,7 @@ jobs:
permissions:
contents: read
needs: [build-and-push, vulnerability-scan]
uses: cloudoperators/juno/.github/workflows/shared-slack-notification.yaml@f0c9d08e2c9d7c348dd3f24e7ea72ac3db3a6993 # main
uses: cloudoperators/juno/.github/workflows/shared-slack-notification.yaml@cf79a1fa0104662588fba8f166e1e6b5c975eb0f # main
with:
title: "🚨 JUNO Supernova Image Failed 🚨"
body: |
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ jobs:
notify-on-success:
if: needs.release.outputs.published == 'true'
needs: [release] # List the jobs that should complete successfully
uses: cloudoperators/juno/.github/workflows/shared-slack-notification.yaml@f0c9d08e2c9d7c348dd3f24e7ea72ac3db3a6993 # main
uses: cloudoperators/juno/.github/workflows/shared-slack-notification.yaml@cf79a1fa0104662588fba8f166e1e6b5c975eb0f # main
with:
title: "JUNO Packages Released Successfully! πŸš€"
body: ${{ needs.release.outputs.publishedPackages }}
Expand All @@ -87,7 +87,7 @@ jobs:
notify-on-failure:
if: failure()
needs: [release]
uses: cloudoperators/juno/.github/workflows/shared-slack-notification.yaml@f0c9d08e2c9d7c348dd3f24e7ea72ac3db3a6993 # main
uses: cloudoperators/juno/.github/workflows/shared-slack-notification.yaml@cf79a1fa0104662588fba8f166e1e6b5c975eb0f # main
with:
title: "🚨 JUNO Packages Release Failed 🚨"
body: "An error occurred while releasing JUNO Packages for the branch ${{ github.head_ref || github.ref_name }}. Please check the logs for more information. <${{ github.server_url }}/${{ github.repository }}/actions/runs/${{ github.run_id }}|Check the logs>"
Expand Down
Loading