[GH-974] Return error if SiteURL is not set on plugin activation (#981) #442
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: ci | |
on: | |
schedule: | |
- cron: "0 0 * * *" | |
push: | |
branches: | |
- master | |
tags: | |
- "v*" | |
pull_request: | |
permissions: | |
contents: read | |
jobs: | |
plugin-ci: | |
uses: mattermost/actions-workflows/.github/workflows/plugin-ci.yml@main | |
secrets: inherit |