Skip to content

Commit

Permalink
run from Mon to Fri (#8729)
Browse files Browse the repository at this point in the history
  • Loading branch information
mauriziovitale committed Jul 3, 2023
1 parent c813bde commit 3b3fd5a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/cron-e2e.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: "cron e2e daily"
on:
workflow_dispatch:
schedule:
- cron: '0 12 * * *'
- cron: '0 12 * * 1-5' #At 12:00 on every day-of-week from Monday through Friday.

env:
BASE_REF: ${{ github.base_ref }}
Expand Down

0 comments on commit 3b3fd5a

Please sign in to comment.