File tree Expand file tree Collapse file tree 4 files changed +7
-2
lines changed Expand file tree Collapse file tree 4 files changed +7
-2
lines changed Original file line number Diff line number Diff line change 5
5
branches :
6
6
- ' coatl'
7
7
paths :
8
+ - ' .github/workflows/publish.yml'
8
9
- ' .github/workflows/publish-2.7.yml'
9
10
- ' 2.7/**'
10
11
schedule :
11
- - cron : ' 0 8 28 * *'
12
+ - cron : ' 0 8 * * 2,6 '
12
13
13
14
jobs :
14
15
publish :
Original file line number Diff line number Diff line change 5
5
branches :
6
6
- ' coatl'
7
7
paths :
8
+ - ' .github/workflows/publish.yml'
8
9
- ' .github/workflows/publish-3.12.yml'
9
10
- ' 3.12/**'
10
11
schedule :
11
- - cron : ' 0 20 * * 1,5'
12
+ - cron : ' 0 8 * * 1,5'
12
13
13
14
jobs :
14
15
tagger :
Original file line number Diff line number Diff line change 5
5
branches :
6
6
- ' coatl'
7
7
paths :
8
+ - ' .github/workflows/publish.yml'
8
9
- ' .github/workflows/publish-3.13.yml'
9
10
- ' 3.13/**'
10
11
schedule :
Original file line number Diff line number Diff line change
1
+ name : publish
2
+
1
3
on :
2
4
workflow_call :
3
5
inputs :
You can’t perform that action at this time.
0 commit comments