From 9116a09c52f8a6ccc6ca2e2c9e0dc721de00ca59 Mon Sep 17 00:00:00 2001 From: atheo89 Date: Tue, 3 Dec 2024 11:52:15 +0100 Subject: [PATCH] Enable GHAs for v1.9-branch --- .github/workflows/code-quality.yaml | 3 +++ .github/workflows/notebook_controller_integration_test.yaml | 3 +++ .github/workflows/notebook_controller_unit_test.yaml | 3 +++ .../workflows/odh_notebook_controller_integration_test.yaml | 3 +++ .github/workflows/odh_notebook_controller_unit_test.yaml | 3 +++ 5 files changed, 15 insertions(+) diff --git a/.github/workflows/code-quality.yaml b/.github/workflows/code-quality.yaml index 04d672c8934..70e4569b4b0 100644 --- a/.github/workflows/code-quality.yaml +++ b/.github/workflows/code-quality.yaml @@ -3,6 +3,9 @@ name: Code static analysis "on": push: pull_request: + branches: + - main + - v1.9-branch workflow_dispatch: permissions: diff --git a/.github/workflows/notebook_controller_integration_test.yaml b/.github/workflows/notebook_controller_integration_test.yaml index 4482902ba6e..07999d87924 100644 --- a/.github/workflows/notebook_controller_integration_test.yaml +++ b/.github/workflows/notebook_controller_integration_test.yaml @@ -2,6 +2,9 @@ name: Notebook Controller Integration Test on: push: pull_request: + branches: + - main + - v1.9-branch paths: - components/notebook-controller/** workflow_dispatch: diff --git a/.github/workflows/notebook_controller_unit_test.yaml b/.github/workflows/notebook_controller_unit_test.yaml index 39b8e770b8d..91e7968cce6 100644 --- a/.github/workflows/notebook_controller_unit_test.yaml +++ b/.github/workflows/notebook_controller_unit_test.yaml @@ -2,6 +2,9 @@ name: Run Notebook Controller unit tests on: push: pull_request: + branches: + - main + - v1.9-branch paths: - components/notebook-controller/** workflow_dispatch: diff --git a/.github/workflows/odh_notebook_controller_integration_test.yaml b/.github/workflows/odh_notebook_controller_integration_test.yaml index 3d451d0a33e..b7f58adcc79 100644 --- a/.github/workflows/odh_notebook_controller_integration_test.yaml +++ b/.github/workflows/odh_notebook_controller_integration_test.yaml @@ -2,6 +2,9 @@ name: ODH Notebook Controller Integration Test on: push: pull_request: + branches: + - main + - v1.9-branch paths: - .github/workflows/odh_notebook_controller_integration_test.yaml - components/notebook-controller/** diff --git a/.github/workflows/odh_notebook_controller_unit_test.yaml b/.github/workflows/odh_notebook_controller_unit_test.yaml index a8bbf5a5fe5..ec7f647528a 100644 --- a/.github/workflows/odh_notebook_controller_unit_test.yaml +++ b/.github/workflows/odh_notebook_controller_unit_test.yaml @@ -2,6 +2,9 @@ name: Run ODH Notebook Controller unit tests on: push: pull_request: + branches: + - main + - v1.9-branch paths: - components/odh-notebook-controller/** workflow_dispatch: