run from Mon to Fri (#8729)

This commit is contained in:
Maurizio Vitale
2023-07-03 11:40:51 +01:00
committed by GitHub
parent c813bde005
commit 3b3fd5ab9a

View File

@@ -3,7 +3,7 @@ name: "cron e2e daily"
on: on:
workflow_dispatch: workflow_dispatch:
schedule: schedule:
- cron: '0 12 * * *' - cron: '0 12 * * 1-5' #At 12:00 on every day-of-week from Monday through Friday.
env: env:
BASE_REF: ${{ github.base_ref }} BASE_REF: ${{ github.base_ref }}