Skip to content

Commit 4f978d1

Browse files
authored
Merge pull request #25 from kingdonb/disable-daily
disable workflow schedule for broken daily job
2 parents 43fff88 + 5091894 commit 4f978d1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/netlify-daily.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
33
name: Netlify - Daily run
44

55
on:
6-
schedule:
7-
- cron: '55 23 * * *'
6+
# schedule:
7+
# - cron: '55 23 * * *'
88
workflow_dispatch:
99

1010

0 commit comments

Comments
 (0)