mirror of
https://github.com/pezkuwichain/phishing.git
synced 2026-04-22 07:57:58 +00:00
Run crosscheck twice daily (#92)
* Run crosscheck twice daily * Rune every 5 hours
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user