From 68ee45aa6f9534e6a30e8a76af463d8b62349b15 Mon Sep 17 00:00:00 2001 From: ravi-kumar-pilla Date: Sun, 17 Nov 2024 19:46:19 -0600 Subject: [PATCH] testing windows build --- .github/workflows/e2e-tests.yml | 3 ++- .github/workflows/unit-tests.yml | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/.github/workflows/e2e-tests.yml b/.github/workflows/e2e-tests.yml index 5eee3d98cd..b6688a1310 100644 --- a/.github/workflows/e2e-tests.yml +++ b/.github/workflows/e2e-tests.yml @@ -20,7 +20,8 @@ jobs: ( ( github.ref == 'refs/heads/main' || - github.ref == 'refs/heads/demo' + github.ref == 'refs/heads/demo' || + github.ref == 'refs/heads/feature/python-3-12' ) && inputs.os == 'windows-latest' ) diff --git a/.github/workflows/unit-tests.yml b/.github/workflows/unit-tests.yml index fe970683c3..0ee5ccedb7 100644 --- a/.github/workflows/unit-tests.yml +++ b/.github/workflows/unit-tests.yml @@ -20,7 +20,8 @@ jobs: ( ( github.ref == 'refs/heads/main' || - github.ref == 'refs/heads/demo' + github.ref == 'refs/heads/demo' || + github.ref == 'refs/heads/feature/python-3-12' ) && inputs.os == 'windows-latest' )