Skip to content

Commit

Permalink
chore(ci): update notifications
Browse files Browse the repository at this point in the history
Signed-off-by: Evgeniy Frolov <[email protected]>
  • Loading branch information
Fral738 committed Dec 17, 2024
1 parent 6044af0 commit 54e2c9f
Show file tree
Hide file tree
Showing 5 changed files with 4 additions and 77 deletions.
73 changes: 0 additions & 73 deletions .github/workflows/_notification.yml

This file was deleted.

2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -177,7 +177,7 @@ jobs:
name: Notification
if: always()
needs: upload_coverage
uses: ./.github/workflows/_notification.yml
uses: werf/ci-reusable-workflows/.github/workflows/notification.yml@main
secrets:
loopNotificationGroup: ${{ secrets.LOOP_NOTIFICATION_GROUP }}
webhook: ${{ secrets.LOOP_NOTIFICATION_WEBHOOK }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/trdl_publisher.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
name: Notification
if: always()
needs: publish
uses: ./.github/workflows/_notification.yml
uses: werf/ci-reusable-workflows/.github/workflows/notification.yml@main
secrets:
loopNotificationGroup: ${{ secrets.LOOP_NOTIFICATION_GROUP }}
webhook: ${{ secrets.LOOP_NOTIFICATION_WEBHOOK }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/trdl_releaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
name: Notification
if: always() && startsWith(github.ref, 'refs/tags/v')
needs: release
uses: ./.github/workflows/_notification.yml
uses: werf/ci-reusable-workflows/.github/workflows/notification.yml@main
secrets:
loopNotificationGroup: ${{ secrets.LOOP_NOTIFICATION_GROUP }}
webhook: ${{ secrets.LOOP_NOTIFICATION_WEBHOOK }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/website_converge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
name: Notification
if: always()
needs: converge
uses: ./.github/workflows/_notification.yml
uses: werf/ci-reusable-workflows/.github/workflows/notification.yml@main
secrets:
loopNotificationGroup: ${{ secrets.LOOP_NOTIFICATION_GROUP }}
webhook: ${{ secrets.LOOP_NOTIFICATION_WEBHOOK }}
Expand Down

0 comments on commit 54e2c9f

Please sign in to comment.