mirror of
https://github.com/mattermost/mattermost.git
synced 2025-02-25 18:55:24 -06:00
fix: Add e2e-tests paths for tests trigger (#23894)
This commit is contained in:
committed by
GitHub
parent
46a659e06d
commit
98da282f7c
5
.github/workflows/server-ci-pr.yml
vendored
5
.github/workflows/server-ci-pr.yml
vendored
@@ -2,8 +2,9 @@ name: Server CI PR
|
||||
on:
|
||||
pull_request:
|
||||
paths:
|
||||
- 'server/**'
|
||||
- '.github/**'
|
||||
- "server/**"
|
||||
- "e2e-tests/**"
|
||||
- ".github/**"
|
||||
env:
|
||||
go-version: "1.19.5"
|
||||
concurrency:
|
||||
|
||||
3
.github/workflows/webapp-ci-pr.yml
vendored
3
.github/workflows/webapp-ci-pr.yml
vendored
@@ -2,7 +2,8 @@ name: Web App CI PR
|
||||
on:
|
||||
pull_request:
|
||||
paths:
|
||||
- 'webapp/**'
|
||||
- "webapp/**"
|
||||
- "e2e-tests/**"
|
||||
|
||||
concurrency:
|
||||
group: ${{ github.workflow }}-${{ github.ref }}
|
||||
|
||||
Reference in New Issue
Block a user