From d607195eb3b7882f6c63118c1e6ca6d0712bc505 Mon Sep 17 00:00:00 2001 From: ChristianZaccaria Date: Thu, 2 Jan 2025 12:55:20 +0000 Subject: [PATCH] Run workflow on labeling a pull request --- .github/workflows/guided_notebook_tests.yaml | 1 + .github/workflows/ui_notebooks_test.yaml | 1 + 2 files changed, 2 insertions(+) diff --git a/.github/workflows/guided_notebook_tests.yaml b/.github/workflows/guided_notebook_tests.yaml index dc44a4bf..5c241615 100644 --- a/.github/workflows/guided_notebook_tests.yaml +++ b/.github/workflows/guided_notebook_tests.yaml @@ -3,6 +3,7 @@ name: Guided notebooks tests on: pull_request: branches: [ main ] + types: [ labeled ] concurrency: group: ${{ github.head_ref }}-${{ github.workflow }} diff --git a/.github/workflows/ui_notebooks_test.yaml b/.github/workflows/ui_notebooks_test.yaml index 6d82c49e..d18d0e61 100644 --- a/.github/workflows/ui_notebooks_test.yaml +++ b/.github/workflows/ui_notebooks_test.yaml @@ -3,6 +3,7 @@ name: UI notebooks tests on: pull_request: branches: [ main ] + types: [ labeled ] concurrency: group: ${{ github.head_ref }}-${{ github.workflow }}