Skip to content

Commit

Permalink
chore: disable workflow runs based on schedule
Browse files Browse the repository at this point in the history
  • Loading branch information
cdn64 committed Aug 19, 2024
1 parent e3afcaf commit 20ff552
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/nextjs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ on:
workflow_dispatch:

# Run this workflow every 30min
schedule:
- cron: "0 3 * * *"
# schedule:
# - cron: "0 3 * * *"

# Sets permissions of the GITHUB_TOKEN to allow deployment to GitHub Pages
permissions:
Expand Down

0 comments on commit 20ff552

Please sign in to comment.