We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 98c9e22 commit 63e1932Copy full SHA for 63e1932
.github/workflows/visit-page.yml
@@ -3,7 +3,7 @@ name: Visit GitHub Page
3
on:
4
workflow_dispatch: # Allows manual trigger from GitHub Actions UI
5
schedule:
6
- - cron: '0 * * * *' # Runs every hour; adjust as needed
+ - cron: '0 */12 * * *' # Runs every hour; adjust as needed
7
8
jobs:
9
visit-page:
0 commit comments