Skip to content

Commit f766959

Browse files
authored
Disable daily schedule for visitor counter workflow
Comment out the scheduled cron job for daily runs.
1 parent 261a51f commit f766959

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/use-visitor-counter.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@ on:
44
pull_request:
55
branches:
66
- main
7-
schedule:
8-
- cron: '0 0 * * *' # Runs daily at midnight
97
workflow_dispatch: # Allows manual triggering
8+
# schedule:
9+
# - cron: '0 0 * * *' # Runs daily at midnight
1010

1111
permissions:
1212
contents: write

0 commit comments

Comments
 (0)