From 7013d15a23732179d18ec5d17336e16b26fab5d4 Mon Sep 17 00:00:00 2001 From: absolutelightning Date: Wed, 19 Jul 2023 18:59:54 +0530 Subject: [PATCH] running test --- .github/workflows/test-integrations-windows.yml | 13 +++++++++---- 1 file changed, 9 insertions(+), 4 deletions(-) diff --git a/.github/workflows/test-integrations-windows.yml b/.github/workflows/test-integrations-windows.yml index 7b4d7d1ba9..54a5c50c5e 100644 --- a/.github/workflows/test-integrations-windows.yml +++ b/.github/workflows/test-integrations-windows.yml @@ -4,10 +4,15 @@ name: test-integrations-windows on: - schedule: - # * is a special character in YAML so you have to quote this string - # Run nightly at 12AM UTC/8PM EST/5PM PST. - - cron: '0 0 * * *' + pull_request: + branches-ignore: + - stable-website + - 'docs/**' + - 'ui/**' + - 'mktg-**' # Digital Team Terraform-generated branch prefix + - 'backport/docs/**' + - 'backport/ui/**' + - 'backport/mktg-**' env: TEST_RESULTS_DIR: /tmp/test-results