Skip to content

Commit f44d067

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

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,10 @@ on:
44
pull_request:
55
branches:
66
- main
7-
schedule:
8-
- cron: '0 0 * * *' # Runs daily at midnight
97
workflow_dispatch: # Allows manual triggering
10-
8+
# schedule:
9+
# - cron: '0 0 * * *' # Runs daily at midnight
10+
1111
permissions:
1212
contents: write
1313
pull-requests: write

0 commit comments

Comments
 (0)