Skip to content

Commit

Permalink
#3749: once an hour
Browse files Browse the repository at this point in the history
  • Loading branch information
yegor256 committed Dec 28, 2024
1 parent fa3d342 commit 683ba55
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/zerocracy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ name: zerocracy
run-name: "zerocracy judges"
'on':
schedule:
- cron: '0 0,2,4,6,8,10,12,14,16,18,20,22 * * *'
- cron: '0 * * * *'
concurrency:
group: zerocracy
cancel-in-progress: false
Expand All @@ -37,6 +37,7 @@ jobs:
- uses: zerocracy/[email protected]
with:
verbose: false
cycles: 1
token: ${{ secrets.ZEROCRACY_TOKEN }}
github_token: ${{ secrets.GITHUB_TOKEN }}
repositories: objectionary/*
Expand Down

0 comments on commit 683ba55

Please sign in to comment.