From 99ca7a2674e7b3b218332f6463c60e72d173e9c2 Mon Sep 17 00:00:00 2001 From: Peli de Halleux Date: Thu, 26 Sep 2024 23:22:28 +0000 Subject: [PATCH] don't run investigator on main --- .github/workflows/genai-investigator.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/genai-investigator.yml b/.github/workflows/genai-investigator.yml index 5acf58c43c..7c38894451 100644 --- a/.github/workflows/genai-investigator.yml +++ b/.github/workflows/genai-investigator.yml @@ -4,6 +4,8 @@ on: workflows: ["build"] types: - completed + branches-ignore: + - main permissions: contents: read actions: read