Only run model templates tests once (#10388)
This commit is contained in:
3
.github/workflows/model-templates.yml
vendored
3
.github/workflows/model-templates.yml
vendored
@@ -1,13 +1,12 @@
|
|||||||
name: Model templates runner
|
name: Model templates runner
|
||||||
|
|
||||||
on:
|
on:
|
||||||
push:
|
pull_request:
|
||||||
paths:
|
paths:
|
||||||
- "src/**"
|
- "src/**"
|
||||||
- "tests/**"
|
- "tests/**"
|
||||||
- ".github/**"
|
- ".github/**"
|
||||||
- "templates/**"
|
- "templates/**"
|
||||||
pull_request:
|
|
||||||
types: [assigned, opened, synchronize, reopened]
|
types: [assigned, opened, synchronize, reopened]
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
|
|||||||
Reference in New Issue
Block a user