Skip to content

Commit 4b5b5e4

Browse files
authored
ci: update paths trigger and schedule (#19)
1 parent 8fbcc2a commit 4b5b5e4

File tree

4 files changed

+7
-2
lines changed

4 files changed

+7
-2
lines changed

.github/workflows/publish-2.7.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,11 @@ on:
55
branches:
66
- 'coatl'
77
paths:
8+
- '.github/workflows/publish.yml'
89
- '.github/workflows/publish-2.7.yml'
910
- '2.7/**'
1011
schedule:
11-
- cron: '0 8 28 * *'
12+
- cron: '0 8 * * 2,6'
1213

1314
jobs:
1415
publish:

.github/workflows/publish-3.12.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,11 @@ on:
55
branches:
66
- 'coatl'
77
paths:
8+
- '.github/workflows/publish.yml'
89
- '.github/workflows/publish-3.12.yml'
910
- '3.12/**'
1011
schedule:
11-
- cron: '0 20 * * 1,5'
12+
- cron: '0 8 * * 1,5'
1213

1314
jobs:
1415
tagger:

.github/workflows/publish-3.13.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ on:
55
branches:
66
- 'coatl'
77
paths:
8+
- '.github/workflows/publish.yml'
89
- '.github/workflows/publish-3.13.yml'
910
- '3.13/**'
1011
schedule:

.github/workflows/publish.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
name: publish
2+
13
on:
24
workflow_call:
35
inputs:

0 commit comments

Comments
 (0)