From d311889bab3bc8fd303fd01bd811491352141434 Mon Sep 17 00:00:00 2001 From: Barni S Date: Wed, 15 May 2024 18:14:19 -0400 Subject: [PATCH] Exclude experiments/ from presubmits --- .github/workflows/presubmit.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/presubmit.yaml b/.github/workflows/presubmit.yaml index 436a560017..a0681145eb 100644 --- a/.github/workflows/presubmit.yaml +++ b/.github/workflows/presubmit.yaml @@ -19,10 +19,12 @@ on: types: [opened, synchronize, reopened] paths-ignore: - "**.md" + - "experiments/**" push: branches: ["master"] paths-ignore: - "**.md" + - "experiments/**" jobs: validations: