update scheduled jobs

Signed-off-by: GuillaumeFalourd <guillaume.falourd@zup.com.br>
This commit is contained in:
GuillaumeFalourd 2022-01-03 14:39:17 -03:00
parent 8ffcccc145
commit 52511defe0
3 changed files with 5 additions and 5 deletions

View file

@ -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:

View file

@ -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:

View file

@ -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: