Skip to content

Commit

Permalink
ci: docker: restore Monday schedule
Browse files Browse the repository at this point in the history
  • Loading branch information
elopez committed Nov 1, 2023
1 parent 53bab23 commit 3878b84
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,8 @@ on:
tags:
- "*"
schedule:
- cron: "0 19 * * 3"
# Mondays 4AM UTC
#- cron: "0 4 * * 1"
# Mondays 4:14AM UTC
- cron: "14 4 * * 1"

concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
Expand Down

0 comments on commit 3878b84

Please sign in to comment.