Skip to content

Commit

Permalink
feat: Perform changes related to CI/CD. Prepare plugin for community …
Browse files Browse the repository at this point in the history
…migration. (#96)

Co-authored-by: Ben Schumacher <ben.schumacher@mattermost.com>
  • Loading branch information
toninis and hanzei authored Apr 18, 2024
1 parent 651ec69 commit 6861f52
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 19 deletions.
12 changes: 2 additions & 10 deletions .github/workflows/cd.yml
Original file line number Diff line number Diff line change
@@ -1,18 +1,10 @@
name: cd
on:
workflow_run:
workflows: ["ci"]
branches-ignore: ["*"]
types:
- completed
push:
tags:
- "^v.*"

permissions:
contents: read
- "v*"

jobs:
plugin-cd:
uses: mattermost/actions-workflows/.github/workflows/plugin-cd.yml@main
uses: mattermost/actions-workflows/.github/workflows/community-plugin-cd.yml@d9defa3e455bdbf889573e112ad8d05b91d66b4c
secrets: inherit
12 changes: 3 additions & 9 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -1,18 +1,12 @@
name: ci
on:
schedule:
- cron: "0 0 * * *"
pull_request:
push:
branches:
- master
tags:
- "^v.*"
pull_request:

permissions:
contents: read
- main

jobs:
plugin-ci:
uses: mattermost/actions-workflows/.github/workflows/plugin-ci.yml@main
uses: mattermost/actions-workflows/.github/workflows/community-plugin-ci.yml@139a051e8651e6246e3764fe342297b73120e590
secrets: inherit

0 comments on commit 6861f52

Please sign in to comment.