We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 261a51f commit f766959Copy full SHA for f766959
1 file changed
.github/workflows/use-visitor-counter.yml
@@ -4,9 +4,9 @@ on:
4
pull_request:
5
branches:
6
- main
7
- schedule:
8
- - cron: '0 0 * * *' # Runs daily at midnight
9
workflow_dispatch: # Allows manual triggering
+ # schedule:
+ # - cron: '0 0 * * *' # Runs daily at midnight
10
11
permissions:
12
contents: write
0 commit comments