From e908206546595c590a21053e82f7acfa2793a295 Mon Sep 17 00:00:00 2001 From: ludamad Date: Mon, 28 Oct 2024 11:14:52 -0400 Subject: [PATCH 1/2] Update ci.yml --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 8c1ffb5ff53c..69018e65fa87 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -637,7 +637,7 @@ jobs: # proving disabled network-test: needs: [build, configure] - if: needs.configure.outputs.yarn-project == 'true' + if: needs.configure.outputs.yarn-project == 'true' || github.ref_name == 'master' runs-on: ${{ needs.configure.outputs.username }}-x86 strategy: max-parallel: 1 @@ -659,7 +659,7 @@ jobs: # note: proving disabled kind-network-test: needs: [build, configure] - if: needs.configure.output.yarn-project == 'true' + if: needs.configure.output.yarn-project == 'true' || github.ref_name == 'master' runs-on: ${{ needs.configure.outputs.username }}-x86 strategy: fail-fast: false From 0ab0fa24e2cf577bb923110f7cc66f62b1527489 Mon Sep 17 00:00:00 2001 From: ludamad Date: Mon, 28 Oct 2024 11:23:22 -0400 Subject: [PATCH 2/2] Update ci.yml --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 69018e65fa87..13c81faeb90e 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -659,7 +659,7 @@ jobs: # note: proving disabled kind-network-test: needs: [build, configure] - if: needs.configure.output.yarn-project == 'true' || github.ref_name == 'master' + if: needs.configure.outputs.yarn-project == 'true' || github.ref_name == 'master' runs-on: ${{ needs.configure.outputs.username }}-x86 strategy: fail-fast: false