DEV: Skip tests when unrelated GitHub config files are changed
This commit is contained in:
parent
1a9f4ec32b
commit
bce7c486d8
|
@ -4,6 +4,8 @@ on:
|
||||||
pull_request:
|
pull_request:
|
||||||
paths-ignore:
|
paths-ignore:
|
||||||
- ".github/workflows/migration-tests.yml"
|
- ".github/workflows/migration-tests.yml"
|
||||||
|
- ".github/dependabot.yml"
|
||||||
|
- ".github/labeler.yml"
|
||||||
- "migrations/**"
|
- "migrations/**"
|
||||||
push:
|
push:
|
||||||
branches:
|
branches:
|
||||||
|
@ -12,6 +14,8 @@ on:
|
||||||
- stable
|
- stable
|
||||||
paths-ignore:
|
paths-ignore:
|
||||||
- ".github/workflows/migration-tests.yml"
|
- ".github/workflows/migration-tests.yml"
|
||||||
|
- ".github/dependabot.yml"
|
||||||
|
- ".github/labeler.yml"
|
||||||
- "migrations/**"
|
- "migrations/**"
|
||||||
|
|
||||||
concurrency:
|
concurrency:
|
||||||
|
|
Loading…
Reference in New Issue