From 0746faa0594f307e2647946d938b513dbb867618 Mon Sep 17 00:00:00 2001 From: Grzegorz Bokota Date: Tue, 26 May 2026 12:18:11 +0200 Subject: [PATCH] Fix skip condition for build docs based on label --- .github/workflows/triggered_target_build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/triggered_target_build.yml b/.github/workflows/triggered_target_build.yml index dffa60e9b..acdc625e1 100644 --- a/.github/workflows/triggered_target_build.yml +++ b/.github/workflows/triggered_target_build.yml @@ -35,7 +35,7 @@ jobs: (github.event_name == 'issue_comment' && github.event.issue.pull_request != '' && contains(github.event.comment.body, '@napari-bot make')) || - github.event_name == 'workflow_dispatch' + github.event_name == 'labeled' steps: - name: Add eyes reaction # If triggered by comment, show that workflow has started