fix: Add e2e-tests paths for tests trigger (#23894)
Этот коммит содержится в:
коммит произвёл
GitHub
родитель
46a659e06d
Коммит
98da282f7c
5
.github/workflows/server-ci-pr.yml
поставляемый
5
.github/workflows/server-ci-pr.yml
поставляемый
@@ -2,8 +2,9 @@ name: Server CI PR
|
|||||||
on:
|
on:
|
||||||
pull_request:
|
pull_request:
|
||||||
paths:
|
paths:
|
||||||
- 'server/**'
|
- "server/**"
|
||||||
- '.github/**'
|
- "e2e-tests/**"
|
||||||
|
- ".github/**"
|
||||||
env:
|
env:
|
||||||
go-version: "1.19.5"
|
go-version: "1.19.5"
|
||||||
concurrency:
|
concurrency:
|
||||||
|
|||||||
3
.github/workflows/webapp-ci-pr.yml
поставляемый
3
.github/workflows/webapp-ci-pr.yml
поставляемый
@@ -2,7 +2,8 @@ name: Web App CI PR
|
|||||||
on:
|
on:
|
||||||
pull_request:
|
pull_request:
|
||||||
paths:
|
paths:
|
||||||
- 'webapp/**'
|
- "webapp/**"
|
||||||
|
- "e2e-tests/**"
|
||||||
|
|
||||||
concurrency:
|
concurrency:
|
||||||
group: ${{ github.workflow }}-${{ github.ref }}
|
group: ${{ github.workflow }}-${{ github.ref }}
|
||||||
|
|||||||
Ссылка в новой задаче
Block a user