Skip to content

Commit

Permalink
disable workflow schedule for broken daily job
Browse files Browse the repository at this point in the history
See #24

Signed-off-by: Kingdon B <[email protected]>
  • Loading branch information
yebyen committed Jan 7, 2025
1 parent 43fff88 commit 5091894
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/netlify-daily.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
name: Netlify - Daily run

on:
schedule:
- cron: '55 23 * * *'
# schedule:
# - cron: '55 23 * * *'
workflow_dispatch:


Expand Down

0 comments on commit 5091894

Please sign in to comment.