We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ba05782 commit 471c242Copy full SHA for 471c242
1 file changed
.github/workflows/sync.yml
@@ -4,6 +4,8 @@ run-name: ${{ github.actor }} is running sync 🚀
4
5
on:
6
push:
7
+ schedule:
8
+ - cron: '0 * * * *'
9
workflow_dispatch:
10
11
permissions:
0 commit comments