Skip to content

Commit 63e1932

Browse files
authored
Update visit-page.yml
1 parent 98c9e22 commit 63e1932

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/visit-page.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: Visit GitHub Page
33
on:
44
workflow_dispatch: # Allows manual trigger from GitHub Actions UI
55
schedule:
6-
- cron: '0 * * * *' # Runs every hour; adjust as needed
6+
- cron: '0 */12 * * *' # Runs every hour; adjust as needed
77

88
jobs:
99
visit-page:

0 commit comments

Comments
 (0)