From 3cae697c20e555bb9aa1de3600e1ecd0aeea5200 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jiri=20Dan=C4=9Bk?= Date: Thu, 12 Dec 2024 10:47:44 +0100 Subject: [PATCH] NO-ISSUE: chore(gha): run tests in a gha when gha itself is modified in a pr (#491) --- .github/workflows/notebook_controller_integration_test.yaml | 1 + .github/workflows/notebook_controller_unit_test.yaml | 1 + .github/workflows/odh_notebook_controller_unit_test.yaml | 1 + 3 files changed, 3 insertions(+) diff --git a/.github/workflows/notebook_controller_integration_test.yaml b/.github/workflows/notebook_controller_integration_test.yaml index 07999d87924..94a38f14ec2 100644 --- a/.github/workflows/notebook_controller_integration_test.yaml +++ b/.github/workflows/notebook_controller_integration_test.yaml @@ -6,6 +6,7 @@ on: - main - v1.9-branch paths: + - .github/workflows/notebook_controller_integration_test.yaml - components/notebook-controller/** workflow_dispatch: diff --git a/.github/workflows/notebook_controller_unit_test.yaml b/.github/workflows/notebook_controller_unit_test.yaml index 91e7968cce6..6c21ea018f1 100644 --- a/.github/workflows/notebook_controller_unit_test.yaml +++ b/.github/workflows/notebook_controller_unit_test.yaml @@ -6,6 +6,7 @@ on: - main - v1.9-branch paths: + - .github/workflows/notebook_controller_unit_test.yaml - components/notebook-controller/** workflow_dispatch: diff --git a/.github/workflows/odh_notebook_controller_unit_test.yaml b/.github/workflows/odh_notebook_controller_unit_test.yaml index 09affa2c596..300bc3e41d7 100644 --- a/.github/workflows/odh_notebook_controller_unit_test.yaml +++ b/.github/workflows/odh_notebook_controller_unit_test.yaml @@ -6,6 +6,7 @@ on: - main - v1.9-branch paths: + - .github/workflows/odh_notebook_controller_unit_test.yaml - components/odh-notebook-controller/** workflow_dispatch: