We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 600a6bb commit 36cac67Copy full SHA for 36cac67
2 files changed
.github/workflows/main.yml
@@ -5,7 +5,7 @@ on:
5
branches:
6
- master
7
schedule:
8
- - cron: '0 0 * * 6'
+ - cron: '0 0 * * 4'
9
10
jobs:
11
master:
CHANGELOG.md
@@ -6,6 +6,7 @@
### Changed
- Move `DEMYX_VERSION` to job-level `env` key set to `1.10.0` instead of resolving dynamically from remote `demyx` orchestrator via a workflow step.
- Add `v1` moving tag to build and push steps in GitHub Actions workflow.
+- Changed scheduled GitHub Actions build day from Saturday to Thursday.
### Fixed
- None.
12
### Removed
0 commit comments