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 c15e34b commit a78df47Copy full SHA for a78df47
.github/workflows/test.yaml
@@ -1,9 +1,11 @@
1
name: "Test"
2
3
+# actions-up-ignore-file
4
+
5
on:
6
workflow_dispatch:
- schedule:
- - cron: "18 18 * * 1,3,5"
7
+ #schedule:
8
+ # - cron: "18 18 * * 1,3,5"
9
push:
10
branches: [master]
11
pull_request:
@@ -73,8 +75,8 @@ jobs:
73
75
exit 1
74
76
fi
77
- - name: "Schedule Failure Notification"
- if: ${{ failure() && github.event_name == 'schedule' }}
78
- uses: sarisia/actions-status-discord@v1
79
- with:
80
- webhook: ${{ secrets.DISCORD_WEBHOOK }}
+ #- name: "Schedule Failure Notification"
+ # if: ${{ failure() && github.event_name == 'schedule' }}
+ # uses: sarisia/actions-status-discord@v1
81
+ # with:
82
+ # webhook: ${{ secrets.DISCORD_WEBHOOK }}
0 commit comments