We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 617bc9a commit b5d75a2Copy full SHA for b5d75a2
.github/workflows/deploy_to_pages.yml
@@ -48,9 +48,3 @@ jobs:
48
with:
49
personal_token: ${{ secrets.GITHUB_TOKEN }}
50
publish_dir: ./_site
51
-
52
- - name: 🔔 Notify error to Slack
53
- if: github.ref == 'refs/heads/main' && job.status != 'success'
54
- uses: yasslab/slack_notify@main
55
- with:
56
- slack_webhook_url: ${{ secrets.SLACK_WEBHOOK_URL }}
.github/workflows/scheduler_daily.yml
@@ -95,3 +95,9 @@ jobs:
95
96
97
98
+
99
+ - name: 🔔 Notify error to Slack (if any)
100
+ if: github.ref == 'refs/heads/main' && job.status != 'success'
101
+ uses: yasslab/slack_notify@main
102
+ with:
103
+ slack_webhook_url: ${{ secrets.SLACK_WEBHOOK_URL }}
0 commit comments