update scheduled jobs
Signed-off-by: GuillaumeFalourd <guillaume.falourd@zup.com.br>
This commit is contained in:
parent
8ffcccc145
commit
52511defe0
3 changed files with 5 additions and 5 deletions
2
.github/workflows/macos_action_test.yml
vendored
2
.github/workflows/macos_action_test.yml
vendored
|
@ -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:
|
||||
|
||||
|
|
2
.github/workflows/ubuntu_action_test.yml
vendored
2
.github/workflows/ubuntu_action_test.yml
vendored
|
@ -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:
|
||||
|
||||
|
|
2
.github/workflows/windows_action_test.yml
vendored
2
.github/workflows/windows_action_test.yml
vendored
|
@ -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:
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue