From cc5762734adfd177249dd8ef646c24267831da70 Mon Sep 17 00:00:00 2001 From: IDX GitHub Automation Date: Thu, 24 Oct 2024 07:22:40 +0000 Subject: [PATCH] IDX GitHub Automation --- .github/workflows/ci-main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci-main.yml b/.github/workflows/ci-main.yml index 4d36c6574f7..e9b2aa1bd8f 100644 --- a/.github/workflows/ci-main.yml +++ b/.github/workflows/ci-main.yml @@ -61,7 +61,7 @@ jobs: # Determine which tests to skip and append 'long_test' for pull requests or merge groups EXCLUDED_TEST_TAGS=(system_test_hourly system_test_nightly system_test_nightly_nns system_test_staging system_test_hotfix system_test_benchmark fuzz_test fi_tests_nightly nns_tests_nightly) - [[ "${{ github.event_name }}" =~ ^(pull_request|merge_group)$ ]] && EXCLUDED_TEST_TAGS+=(long_test) + # [[ "${{ github.event_name }}" =~ ^(pull_request|merge_group)$ ]] && EXCLUDED_TEST_TAGS+=(long_test) # Export excluded tags as environment variable for ci/bazel-scripts/diff.sh echo "EXCLUDED_TEST_TAGS=${EXCLUDED_TEST_TAGS[*]}" >> $GITHUB_ENV