1
Fork 0
mirror of https://github.com/RGBCube/cstree synced 2025-07-27 17:17:45 +00:00

[CI] increase delay between scheduled pipelines

7d --> 20d (now 1st and 21st of month)
This commit is contained in:
DQ 2022-06-01 20:23:00 +02:00 committed by GitHub
parent 152b0b0838
commit f187aba06c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -6,7 +6,7 @@ on:
pull_request: pull_request:
# Daily # Daily
schedule: schedule:
- cron: "0 4 1/7 * *" - cron: "0 4 1/20 * *"
# Allows to run this workflow manually from the Actions tab # Allows to run this workflow manually from the Actions tab
workflow_dispatch: workflow_dispatch: