mirror of
https://github.com/discourse/discourse.git
synced 2025-02-25 18:55:32 -06:00
DEV: Skip tests when unrelated GitHub config files are changed
This commit is contained in:
committed by
Gerhard Schlager
parent
1a9f4ec32b
commit
bce7c486d8
4
.github/workflows/tests.yml
vendored
4
.github/workflows/tests.yml
vendored
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user