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 4d5aa2e commit fb02163Copy full SHA for fb02163
.github/workflows/mirror.yml
@@ -3,7 +3,7 @@ name: Mirror Repository
3
on:
4
schedule:
5
# Runs at the start of every hour
6
- - cron: '0 * * * *'
+ - cron: '*/30 * * * *'
7
workflow_dispatch:
8
9
jobs:
0 commit comments