Browse Source

run the no-response job twice a day

Contributes to CURA-9365
j.spijker@ultimaker.com 2 years ago
parent
commit
c7aa3c3762
1 changed files with 1 additions and 1 deletions
  1. 1 1
      .github/workflows/no-response.yml

+ 1 - 1
.github/workflows/no-response.yml

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