mirror of
https://github.com/saymrwulf/cryptography.git
synced 2026-05-14 20:37:55 +00:00
run cron lock jobs at a diff time
This commit is contained in:
parent
ca606189dc
commit
ee6206a1a8
1 changed files with 1 additions and 1 deletions
2
.github/workflows/lock.yml
vendored
2
.github/workflows/lock.yml
vendored
|
|
@ -2,7 +2,7 @@ name: Lock Issues
|
|||
on:
|
||||
workflow_dispatch:
|
||||
schedule:
|
||||
- cron: '0 0 * * *'
|
||||
- cron: '0 3 * * *'
|
||||
|
||||
permissions:
|
||||
issues: "write"
|
||||
|
|
|
|||
Loading…
Reference in a new issue