From d0d033bf977ce85707f9643b98c1ed8a9273f320 Mon Sep 17 00:00:00 2001 From: Igor Ilic Date: Fri, 29 Nov 2024 12:06:25 +0100 Subject: [PATCH] chore: Test work of github action when removing label need Test work of github action when label is not needed Chore COG-686 --- .github/workflows/reusable_notebook.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/reusable_notebook.yml b/.github/workflows/reusable_notebook.yml index 4f5a56ce4..675582d1c 100644 --- a/.github/workflows/reusable_notebook.yml +++ b/.github/workflows/reusable_notebook.yml @@ -30,7 +30,7 @@ jobs: run_notebook_test: name: test needs: get_docs_changes - if: needs.get_docs_changes.outputs.changes_outside_docs == 'true' && inputs.label-name == 'run-checks' + if: needs.get_docs_changes.outputs.changes_outside_docs == 'true' runs-on: ubuntu-latest defaults: run: