Skip to content

Commit 3da87f6

Browse files
authored
Update pushUrl.yml
1 parent 623340b commit 3da87f6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/pushUrl.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ name: pushUrl
66
on:
77
push:
88
schedule:
9-
- cron: '0 23 * * *' # https://help.github.com/en/actions/automating-your-workflow-with-github-actions/events-that-trigger-workflows#scheduled-events-schedule
9+
- cron: '0 23 */5 * *' # https://help.github.com/en/actions/automating-your-workflow-with-github-actions/events-that-trigger-workflows#scheduled-events-schedule
1010
workflow_dispatch:
1111
inputs:
1212
unconditional-invoking:

0 commit comments

Comments
 (0)