Skip to content

Commit ec509ca

Browse files
authored
Disable daily schedule for visitor counter workflow
Comment out the scheduled run for the workflow.
1 parent 744e0c3 commit ec509ca

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.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)