DEV: Skip tests when migrations-tests workflow is changed

This commit is contained in:
Gerhard Schlager 2024-03-28 19:46:55 +01:00 committed by Gerhard Schlager
parent 8640d3c82d
commit 1a9f4ec32b
2 changed files with 4 additions and 0 deletions

View File

@ -3,12 +3,14 @@ name: Migration Tests
on:
pull_request:
paths:
- ".github/workflows/migration-tests.yml"
- "migrations/**"
push:
branches:
- main
- stable
paths:
- ".github/workflows/migration-tests.yml"
- "migrations/**"
concurrency:

View File

@ -3,6 +3,7 @@ name: Tests
on:
pull_request:
paths-ignore:
- ".github/workflows/migration-tests.yml"
- "migrations/**"
push:
branches:
@ -10,6 +11,7 @@ on:
- beta
- stable
paths-ignore:
- ".github/workflows/migration-tests.yml"
- "migrations/**"
concurrency: