Skip to content

Commit

Permalink
Merge pull request #25 from kingdonb/disable-daily
Browse files Browse the repository at this point in the history
disable workflow schedule for broken daily job
  • Loading branch information
stefanprodan authored Jan 7, 2025
2 parents 43fff88 + 5091894 commit 4f978d1
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 4f978d1

Please sign in to comment.