mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-14 19:15:55 +08:00
run the no-response job twice a day
Contributes to CURA-9365
This commit is contained in:
parent
c61ecfa00e
commit
c7aa3c3762
2
.github/workflows/no-response.yml
vendored
2
.github/workflows/no-response.yml
vendored
@ -7,7 +7,7 @@ on:
|
|||||||
types: [created]
|
types: [created]
|
||||||
schedule:
|
schedule:
|
||||||
# Schedule for ten minutes after the hour, every hour
|
# 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
|
# By specifying the access of one of the scopes, all of those that are not
|
||||||
# specified are set to 'none'.
|
# specified are set to 'none'.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user