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:
|
||||
paths-ignore:
|
||||
- ".github/workflows/migration-tests.yml"
|
||||
- ".github/dependabot.yml"
|
||||
- ".github/labeler.yml"
|
||||
- "migrations/**"
|
||||
push:
|
||||
branches:
|
||||
|
@ -12,6 +14,8 @@ on:
|
|||
- stable
|
||||
paths-ignore:
|
||||
- ".github/workflows/migration-tests.yml"
|
||||
- ".github/dependabot.yml"
|
||||
- ".github/labeler.yml"
|
||||
- "migrations/**"
|
||||
|
||||
concurrency:
|
||||
|
|
Loading…
Reference in New Issue