Correcting the path ignore for cypress manual tests
This commit is contained in:
parent
51757072de
commit
8baff167b1
10
.github/workflows/client.yml
vendored
10
.github/workflows/client.yml
vendored
|
|
@ -5,15 +5,13 @@ on:
|
||||||
branches: [release, master]
|
branches: [release, master]
|
||||||
# Only trigger if files have changed in this specific path
|
# Only trigger if files have changed in this specific path
|
||||||
paths:
|
paths:
|
||||||
- "app/client/**"
|
- 'app/client/**'
|
||||||
paths-ignore:
|
- '!app/client/cypress/manual_TestSuite/**'
|
||||||
- "app/client/cypress/manual_TestSuite/**"
|
|
||||||
pull_request_target:
|
pull_request_target:
|
||||||
branches: [release, master]
|
branches: [release, master]
|
||||||
paths:
|
paths:
|
||||||
- "app/client/**"
|
- 'app/client/**'
|
||||||
paths-ignore:
|
- '!app/client/cypress/manual_TestSuite/**'
|
||||||
- "app/client/cypress/manual_TestSuite/**"
|
|
||||||
|
|
||||||
# Change the working directory for all the jobs in this workflow
|
# Change the working directory for all the jobs in this workflow
|
||||||
defaults:
|
defaults:
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user