Only run model templates tests once (#10388)

This commit is contained in:
Lysandre Debut
2021-02-25 01:48:00 +01:00
committed by GitHub
parent 22bd047e91
commit 55fe80d084

View File

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