From 55fe80d0843d2c6c57a09c3ad9e87bac890d1ff4 Mon Sep 17 00:00:00 2001 From: Lysandre Debut Date: Thu, 25 Feb 2021 01:48:00 +0100 Subject: [PATCH] Only run model templates tests once (#10388) --- .github/workflows/model-templates.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/model-templates.yml b/.github/workflows/model-templates.yml index b0d3cde36e..51b648cbd0 100644 --- a/.github/workflows/model-templates.yml +++ b/.github/workflows/model-templates.yml @@ -1,13 +1,12 @@ name: Model templates runner on: - push: + pull_request: paths: - "src/**" - "tests/**" - ".github/**" - "templates/**" - pull_request: types: [assigned, opened, synchronize, reopened] jobs: