We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 623340b commit 3da87f6Copy full SHA for 3da87f6
1 file changed
.github/workflows/pushUrl.yml
@@ -6,7 +6,7 @@ name: pushUrl
6
on:
7
push:
8
schedule:
9
- - cron: '0 23 * * *' # https://help.github.com/en/actions/automating-your-workflow-with-github-actions/events-that-trigger-workflows#scheduled-events-schedule
+ - cron: '0 23 */5 * *' # https://help.github.com/en/actions/automating-your-workflow-with-github-actions/events-that-trigger-workflows#scheduled-events-schedule
10
workflow_dispatch:
11
inputs:
12
unconditional-invoking:
0 commit comments