Skip to content

Commit a78df47

Browse files
committed
Disable Test Schedule
1 parent c15e34b commit a78df47

File tree

1 file changed

+9
-7
lines changed

1 file changed

+9
-7
lines changed

.github/workflows/test.yaml

Lines changed: 9 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,11 @@
11
name: "Test"
22

3+
# actions-up-ignore-file
4+
35
on:
46
workflow_dispatch:
5-
schedule:
6-
- cron: "18 18 * * 1,3,5"
7+
#schedule:
8+
# - cron: "18 18 * * 1,3,5"
79
push:
810
branches: [master]
911
pull_request:
@@ -73,8 +75,8 @@ jobs:
7375
exit 1
7476
fi
7577
76-
- name: "Schedule Failure Notification"
77-
if: ${{ failure() && github.event_name == 'schedule' }}
78-
uses: sarisia/actions-status-discord@v1
79-
with:
80-
webhook: ${{ secrets.DISCORD_WEBHOOK }}
78+
#- name: "Schedule Failure Notification"
79+
# if: ${{ failure() && github.event_name == 'schedule' }}
80+
# uses: sarisia/actions-status-discord@v1
81+
# with:
82+
# webhook: ${{ secrets.DISCORD_WEBHOOK }}

0 commit comments

Comments
 (0)