MM-70280 Applying dedup on channel subscription posts #2468
Workflow file for this run
This file contains hidden or 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 | |
| id-token: write | |
| jobs: | |
| plugin-ci: | |
| uses: mattermost/actions-workflows/.github/workflows/plugin-ci.yml@main | |
| secrets: inherit | |
| dist: | |
| uses: mattermost/actions-workflows/.github/workflows/plugin-dist-pr.yml@main | |
| secrets: inherit | |
| with: | |
| dist-target: "dist" | |
| s3-prefix: "mattermost-plugin-jira" |