fix: restrict to workflow

Only run tests when change a behat workflow, not when change other
workflow.

Signed-off-by: Vitor Mattos <1079143+vitormattos@users.noreply.github.com>
This commit is contained in:
Vitor Mattos 2025-10-28 15:24:19 -03:00
parent 58644dd78a
commit 7c69d51a4d
No known key found for this signature in database
GPG key ID: 6FECE2AD4809003A
4 changed files with 4 additions and 4 deletions

View file

@ -49,7 +49,7 @@ jobs:
with:
filters: |
src:
- '.github/workflows/**'
- '.github/workflows/phpunit*'
- 'appinfo/**'
- 'lib/**'
- 'templates/**'

View file

@ -50,7 +50,7 @@ jobs:
with:
filters: |
src:
- '.github/workflows/**'
- '.github/workflows/phpunit*'
- 'appinfo/**'
- 'lib/**'
- 'templates/**'

View file

@ -49,7 +49,7 @@ jobs:
with:
filters: |
src:
- '.github/workflows/**'
- '.github/workflows/phpunit*'
- 'appinfo/**'
- 'lib/**'
- 'templates/**'

View file

@ -49,7 +49,7 @@ jobs:
with:
filters: |
src:
- '.github/workflows/**'
- '.github/workflows/phpunit*'
- 'appinfo/**'
- 'lib/**'
- 'templates/**'