From c952d1ca7eca502b46cd913171209654368c4d36 Mon Sep 17 00:00:00 2001 From: ChristianZaccaria Date: Wed, 23 Oct 2024 19:07:16 +0100 Subject: [PATCH 1/3] testing --- .github/workflows/e2e_tests.yaml | 2 +- .github/workflows/guided_notebook_tests.yaml | 2 +- .github/workflows/ui_notebooks_test.yaml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/e2e_tests.yaml b/.github/workflows/e2e_tests.yaml index 2caf8a01..41571fe0 100644 --- a/.github/workflows/e2e_tests.yaml +++ b/.github/workflows/e2e_tests.yaml @@ -31,7 +31,7 @@ env: jobs: kubernetes: - if: contains(github.event.pull_request.labels.*.name, 'e2e') || github.event_name == 'merge_group' + if: ${{ contains(github.event.pull_request.labels.*.name, 'e2e') || github.event_name == 'merge_group' || github.event_name == 'push' }} runs-on: ubuntu-20.04-4core-gpu steps: diff --git a/.github/workflows/guided_notebook_tests.yaml b/.github/workflows/guided_notebook_tests.yaml index 46979aa9..02151c5d 100644 --- a/.github/workflows/guided_notebook_tests.yaml +++ b/.github/workflows/guided_notebook_tests.yaml @@ -13,7 +13,7 @@ env: jobs: verify-0_basic_ray: - if: contains(github.event.pull_request.labels.*.name, 'test-guided-notebooks') + if: ${{ contains(github.event.pull_request.labels.*.name, 'test-guided-notebooks') }} runs-on: ubuntu-20.04-4core steps: diff --git a/.github/workflows/ui_notebooks_test.yaml b/.github/workflows/ui_notebooks_test.yaml index cac6641a..0aff67fe 100644 --- a/.github/workflows/ui_notebooks_test.yaml +++ b/.github/workflows/ui_notebooks_test.yaml @@ -13,7 +13,7 @@ env: jobs: verify-3_widget_example: - if: contains(github.event.pull_request.labels.*.name, 'test-guided-notebooks') || contains(github.event.pull_request.labels.*.name, 'test-ui-notebooks') + if: ${{ contains(github.event.pull_request.labels.*.name, 'test-guided-notebooks') || contains(github.event.pull_request.labels.*.name, 'test-ui-notebooks') }} runs-on: ubuntu-20.04-4core steps: From ddf4b17bc980a5fb915000ed911551d0922c38d2 Mon Sep 17 00:00:00 2001 From: ChristianZaccaria Date: Wed, 23 Oct 2024 19:10:37 +0100 Subject: [PATCH 2/3] hi --- .github/workflows/guided_notebook_tests.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/guided_notebook_tests.yaml b/.github/workflows/guided_notebook_tests.yaml index 02151c5d..e9d74703 100644 --- a/.github/workflows/guided_notebook_tests.yaml +++ b/.github/workflows/guided_notebook_tests.yaml @@ -1,4 +1,5 @@ name: Guided notebooks tests +# hi on: pull_request: From 41a924d3c06ae7abe55848f33324c3071de283d7 Mon Sep 17 00:00:00 2001 From: Christian Zaccaria <73656840+ChristianZaccaria@users.noreply.github.com> Date: Wed, 23 Oct 2024 19:25:23 +0100 Subject: [PATCH 3/3] Revert "hi" This reverts commit ddf4b17bc980a5fb915000ed911551d0922c38d2. --- .github/workflows/guided_notebook_tests.yaml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/guided_notebook_tests.yaml b/.github/workflows/guided_notebook_tests.yaml index e9d74703..02151c5d 100644 --- a/.github/workflows/guided_notebook_tests.yaml +++ b/.github/workflows/guided_notebook_tests.yaml @@ -1,5 +1,4 @@ name: Guided notebooks tests -# hi on: pull_request: