Run crosscheck twice daily (#92)

* Run crosscheck twice daily

* Rune every 5 hours
This commit is contained in:
Jaco Greeff
2021-02-12 10:51:21 +01:00
committed by GitHub
parent d917dff925
commit ad555ede04
3 changed files with 5 additions and 3 deletions
+3 -1
View File
@@ -1,7 +1,7 @@
name: crosscheck
on:
schedule:
- cron: '45 4 * * *'
- cron: '45 3,9,15,21 * * *'
jobs:
crosscheck:
@@ -21,6 +21,7 @@ jobs:
GITHUB_TOKEN: ${{ secrets.GH_PAT_BOT }}
with:
filename: .github/crosscheck.md
update_existing: true
addrcheck:
runs-on: ubuntu-latest
@@ -39,3 +40,4 @@ jobs:
GITHUB_TOKEN: ${{ secrets.GH_PAT_BOT }}
with:
filename: .github/addrcheck.md
update_existing: true