mirror of
https://github.com/mattermost/mattermost.git
synced 2026-09-21 14:20:41 +08:00
Skip ESR CI in master (#23807)
* Skip ESR CI in master * Skip on pull requests as well * Add comment with ticket link
This commit is contained in:
@@ -1,12 +1,13 @@
|
||||
name: ESR Upgrade
|
||||
on:
|
||||
pull_request:
|
||||
paths:
|
||||
- 'server/scripts/esrupgrades/*'
|
||||
- '.github/workflows/esr*'
|
||||
# Uncomment after https://mattermost.atlassian.net/browse/MM-53275 is fixed
|
||||
# pull_request:
|
||||
# paths:
|
||||
# - 'server/scripts/esrupgrades/*'
|
||||
# - '.github/workflows/esr*'
|
||||
push:
|
||||
branches:
|
||||
- master
|
||||
# - master
|
||||
- cloud
|
||||
- release-*
|
||||
jobs:
|
||||
|
||||
Reference in New Issue
Block a user