mirror of
https://github.com/discourse/discourse.git
synced 2025-02-20 17:52:45 +08:00
DEV: Skip tests when migrations-tests
workflow is changed
This commit is contained in:
parent
8640d3c82d
commit
1a9f4ec32b
2
.github/workflows/migration-tests.yml
vendored
2
.github/workflows/migration-tests.yml
vendored
@ -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:
|
||||
|
2
.github/workflows/tests.yml
vendored
2
.github/workflows/tests.yml
vendored
@ -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:
|
||||
|
Loading…
x
Reference in New Issue
Block a user