Browse Source

feat(CI): Decrease frequency of docker compose scheduled runs to 1/day (#81138)

This decreases the frequency of these jobs for now, until we can get new
devservices working in CI
Hubert Deng 3 months ago
parent
commit
c5779fdeee

+ 1 - 1
.github/workflows/test_docker_compose_acceptance.yml

@@ -4,7 +4,7 @@
 name: test-docker-compose-acceptance
 on:
   schedule:
-    - cron: '0 * * * *'
+    - cron: '0 0 * * *'
 
 # Cancel in progress workflows on pull_requests.
 # https://docs.github.com/en/actions/using-jobs/using-concurrency#example-using-a-fallback-value

+ 1 - 1
.github/workflows/test_docker_compose_backend.yml

@@ -2,7 +2,7 @@ name: test-docker-compose-backend
 
 on:
   schedule:
-    - cron: '0 * * * *'
+    - cron: '0 0 * * *'
 
 # Cancel in progress workflows on pull_requests.
 # https://docs.github.com/en/actions/using-jobs/using-concurrency#example-using-a-fallback-value