File tree 2 files changed +4
-18
lines changed
2 files changed +4
-18
lines changed Original file line number Diff line number Diff line change 1
1
name : cd
2
2
on :
3
- workflow_run :
4
- workflows : ["ci"]
5
- branches-ignore : ["*"]
6
- types :
7
- - completed
8
3
push :
9
4
tags :
10
5
- " v*"
11
6
12
- permissions :
13
- contents : read
14
-
15
7
jobs :
16
8
plugin-cd :
17
- uses : mattermost/actions-workflows/.github/workflows/plugin-cd.yml@main
9
+ uses : mattermost/actions-workflows/.github/workflows/community- plugin-cd.yml@d9defa3e455bdbf889573e112ad8d05b91d66b4c
18
10
secrets : inherit
Original file line number Diff line number Diff line change 1
1
name : ci
2
2
on :
3
- schedule :
4
- - cron : " 0 0 * * *"
3
+ pull_request :
5
4
push :
6
5
branches :
7
6
- master
8
- tags :
9
- - " v*"
10
- pull_request :
11
-
12
- permissions :
13
- contents : read
7
+ - main
14
8
15
9
jobs :
16
10
plugin-ci :
17
- uses : mattermost/actions-workflows/.github/workflows/plugin-ci.yml@main
11
+ uses : mattermost/actions-workflows/.github/workflows/community- plugin-ci.yml@139a051e8651e6246e3764fe342297b73120e590
18
12
secrets : inherit
You can’t perform that action at this time.
0 commit comments