We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5e571b4 commit d2eaae7Copy full SHA for d2eaae7
.github/workflows/docker-3.3dev.yml
@@ -5,11 +5,11 @@ on:
5
branches:
6
- 3.3dev
7
workflow_dispatch:
8
- # Every week at 8am on Mondays, publish the 3.3dev branch:
+ # Every day at 7am on Mondays, publish the 3.3dev branch.
9
# NOTE: `schedule` event is only triggered for the default branch:
10
# https://docs.github.com/en/actions/writing-workflows/choosing-when-your-workflow-runs/events-that-trigger-workflows#schedule
11
schedule:
12
- - cron: "0 8 * * 1"
+ - cron: "0 7 * * *"
13
14
env:
15
GIT_BRANCH: "3.3dev"
0 commit comments