run the no-response job twice a day

Contributes to CURA-9365
This commit is contained in:
j.spijker@ultimaker.com 2022-06-21 11:38:18 +02:00 committed by Jelle Spijker
parent c61ecfa00e
commit c7aa3c3762

View file

@ -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'.