Skip to content

Commit

Permalink
chore(ci): update notifications (#284)
Browse files Browse the repository at this point in the history
* chore(ci): update notifications

Signed-off-by: Evgeniy Frolov <[email protected]>

* chore(ci): update project name

Signed-off-by: Evgeniy Frolov <[email protected]>

---------

Signed-off-by: Evgeniy Frolov <[email protected]>
  • Loading branch information
Fral738 authored Dec 18, 2024
1 parent a1a4362 commit ee90ec9
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/common-ci/.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/common-ci/.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/common-ci/.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/common-ci/.github/workflows/notification.yml@main
secrets:
loopNotificationGroup: ${{ secrets.LOOP_NOTIFICATION_GROUP }}
webhook: ${{ secrets.LOOP_NOTIFICATION_WEBHOOK }}
Expand Down

0 comments on commit ee90ec9

Please sign in to comment.