Skip to content

Commit

Permalink
Prevent the seed check to fail if all seed are alive
Browse files Browse the repository at this point in the history
  • Loading branch information
kaozenn committed Dec 2, 2024
1 parent eec96b6 commit ad57abc
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/sync-check.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,7 @@ jobs:
print-failed-seeds:
needs: test-peer
runs-on: minafoundation-default-interruptible-runners
continue-on-error: true
steps:
- name: Download all artifacts
uses: actions/download-artifact@v4
Expand All @@ -72,6 +73,7 @@ jobs:
'{text: ($message + "\n\n" + ($seeds | map("• " + .) | join("\n")))}' > payload-slack-content.json
- name: Post to a Slack channel
id: slack
if: ${{ success() }}
uses: slackapi/[email protected]
with:
channel-id: "mf-alerts-info"
Expand Down

0 comments on commit ad57abc

Please sign in to comment.