Skip to content

Commit

Permalink
Merge pull request #62 from Cardinal-Cryptography/A0-4126
Browse files Browse the repository at this point in the history
A0-4126: Extract slack-notification to github-actions
  • Loading branch information
Marcin-Radecki authored Mar 5, 2024
2 parents 0f813cb + 0227c20 commit 330942d
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-and-deploy-to-devnet.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ jobs:
uses: actions/checkout@v4

- name: Send Slack message
uses: ./.github/actions/slack-notification
uses: Cardinal-Cryptography/github-actions/slack-notification@v6
with:
notify-on: "failure"
env:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build-and-deploy-to-mainnet.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ jobs:
uses: actions/checkout@v4

- name: Send Slack message
uses: ./.github/actions/slack-notification
uses: Cardinal-Cryptography/github-actions/slack-notification@v6
with:
notify-on: "always"
env:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build-and-deploy-to-testnet.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ jobs:
uses: actions/checkout@v4

- name: Send Slack message
uses: ./.github/actions/slack-notification
uses: Cardinal-Cryptography/github-actions/slack-notification@v6
with:
notify-on: "always"
env:
Expand Down

0 comments on commit 330942d

Please sign in to comment.