Skip to content

Commit 36cac67

Browse files
committed
chore: change scheduled build day from Saturday to Thursday
1 parent 600a6bb commit 36cac67

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ on:
55
branches:
66
- master
77
schedule:
8-
- cron: '0 0 * * 6'
8+
- cron: '0 0 * * 4'
99

1010
jobs:
1111
master:

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
### Changed
77
- 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.
88
- Add `v1` moving tag to build and push steps in GitHub Actions workflow.
9+
- Changed scheduled GitHub Actions build day from Saturday to Thursday.
910
### Fixed
1011
- None.
1112
### Removed

0 commit comments

Comments
 (0)