mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-08-09 14:55:03 -06:00
run the no-response job twice a day
Contributes to CURA-9365
This commit is contained in:
parent
c61ecfa00e
commit
c7aa3c3762
1 changed files with 1 additions and 1 deletions
2
.github/workflows/no-response.yml
vendored
2
.github/workflows/no-response.yml
vendored
|
@ -7,7 +7,7 @@ on:
|
|||
types: [created]
|
||||
schedule:
|
||||
# Schedule for ten minutes after the hour, every hour
|
||||
- cron: '10 * * * *'
|
||||
- cron: '* */12 * * *'
|
||||
|
||||
# By specifying the access of one of the scopes, all of those that are not
|
||||
# specified are set to 'none'.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue