Skip to content

Commit ce0be9e

Browse files
Adjust CI order
1 parent 66c1280 commit ce0be9e

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/fetch-upstream.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: Fetch upstream
22

33
on:
44
schedule:
5-
- cron: '45 8 * * 4' # run every week
5+
- cron: '30 8 * * 4' # run every week *before* release
66
workflow_dispatch:
77

88
jobs:

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ on:
99
- '*.txt'
1010
- 'opencc/**'
1111
schedule:
12-
- cron: '45 8 * * 4' # run every week
12+
- cron: '0 9 * * 4' # run every week *after* fetching upstream
1313
workflow_dispatch:
1414

1515
jobs:

0 commit comments

Comments
 (0)