DEV: Skip tests when unrelated GitHub config files are changed

This commit is contained in:
Gerhard Schlager 2024-03-28 19:53:25 +01:00 committed by Gerhard Schlager
parent 1a9f4ec32b
commit bce7c486d8
1 changed files with 4 additions and 0 deletions

View File

@ -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: