Skip to content

Commit cf00223

Browse files
authored
feat: Perform changes related to CI/CD. Prepare plugin for community migration. (#218)
1 parent d85faba commit cf00223

File tree

2 files changed

+4
-18
lines changed

2 files changed

+4
-18
lines changed

.github/workflows/cd.yml

+1-9
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,10 @@
11
name: cd
22
on:
3-
workflow_run:
4-
workflows: ["ci"]
5-
branches-ignore: ["*"]
6-
types:
7-
- completed
83
push:
94
tags:
105
- "v*"
116

12-
permissions:
13-
contents: read
14-
157
jobs:
168
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
1810
secrets: inherit

.github/workflows/ci.yml

+3-9
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,12 @@
11
name: ci
22
on:
3-
schedule:
4-
- cron: "0 0 * * *"
3+
pull_request:
54
push:
65
branches:
76
- master
8-
tags:
9-
- "v*"
10-
pull_request:
11-
12-
permissions:
13-
contents: read
7+
- main
148

159
jobs:
1610
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
1812
secrets: inherit

0 commit comments

Comments
 (0)