From d561408cc37722201bdc187a487d9b03f1ab51f8 Mon Sep 17 00:00:00 2001 From: Sylvain Gugger <35901082+sgugger@users.noreply.github.com> Date: Mon, 17 Jul 2023 15:52:04 -0400 Subject: [PATCH] Skip Add model like job (#24865) --- .github/workflows/add-model-like.yml | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/.github/workflows/add-model-like.yml b/.github/workflows/add-model-like.yml index 3ea3c89249..68133a7e22 100644 --- a/.github/workflows/add-model-like.yml +++ b/.github/workflows/add-model-like.yml @@ -3,13 +3,13 @@ name: Add model like runner on: push: branches: - - main - pull_request: - paths: - - "src/**" - - "tests/**" - - ".github/**" - types: [opened, synchronize, reopened] + - none # put main here when this is fixed + #pull_request: + # paths: + # - "src/**" + # - "tests/**" + # - ".github/**" + # types: [opened, synchronize, reopened] jobs: run_tests_templates_like: