From 52511defe013f1c61bbe70a590dfbb92dc6b7b3c Mon Sep 17 00:00:00 2001 From: GuillaumeFalourd Date: Mon, 3 Jan 2022 14:39:17 -0300 Subject: [PATCH] update scheduled jobs Signed-off-by: GuillaumeFalourd --- .github/workflows/macos_action_test.yml | 4 ++-- .github/workflows/ubuntu_action_test.yml | 4 ++-- .github/workflows/windows_action_test.yml | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/macos_action_test.yml b/.github/workflows/macos_action_test.yml index 591e0c1..ddf5e30 100644 --- a/.github/workflows/macos_action_test.yml +++ b/.github/workflows/macos_action_test.yml @@ -2,7 +2,7 @@ name: Action test on MacOS on: schedule: - - cron: "0 4 * * *" # Runs at 04:00 UTC everyday + - cron: "0 4 * * MON-FRI" # Runs at 04:00 UTC push: workflow_dispatch: @@ -32,7 +32,7 @@ jobs: force: true empty: true tags: true - + macos-nochanges: runs-on: macos-latest steps: diff --git a/.github/workflows/ubuntu_action_test.yml b/.github/workflows/ubuntu_action_test.yml index 57d0e6c..dcdc498 100644 --- a/.github/workflows/ubuntu_action_test.yml +++ b/.github/workflows/ubuntu_action_test.yml @@ -2,7 +2,7 @@ name: Action test on Ubuntu on: schedule: - - cron: "0 2 * * *" # Runs at 02:00 UTC everyday + - cron: "0 2 * * MON-FRI" # Runs at 02:00 UTC push: workflow_dispatch: @@ -32,7 +32,7 @@ jobs: force: true empty: true tags: true - + ubuntu-nochanges: runs-on: ubuntu-latest steps: diff --git a/.github/workflows/windows_action_test.yml b/.github/workflows/windows_action_test.yml index c941b91..cdd92a7 100644 --- a/.github/workflows/windows_action_test.yml +++ b/.github/workflows/windows_action_test.yml @@ -2,7 +2,7 @@ name: Action test on Windows on: schedule: - - cron: "0 6 * * *" # Runs at 06:00 UTC everyday + - cron: "0 6 * * MON-FRI" # Runs at 06:00 UTC push: workflow_dispatch: