mirror of
https://github.com/mattermost/mattermost.git
synced 2025-02-25 18:55:24 -06: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:
parent
d12812b6f3
commit
ffb869a6df
11
.github/workflows/esrupgrade.yml
vendored
11
.github/workflows/esrupgrade.yml
vendored
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user