From 5a232683ad7a93d378b785d3a22de697983b32f7 Mon Sep 17 00:00:00 2001 From: kart2bc Date: Tue, 20 May 2025 15:26:02 -0400 Subject: [PATCH 1/3] test --- .github/gh-config-template/gh_template.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/gh-config-template/gh_template.yml b/.github/gh-config-template/gh_template.yml index eb5bd4c8f..3c12fdc26 100644 --- a/.github/gh-config-template/gh_template.yml +++ b/.github/gh-config-template/gh_template.yml @@ -11,7 +11,6 @@ on: types: - opened - reopened - - synchronize env: MAPPING: | From 5c1e350e88f966374d1d03cf0ce072c355e68694 Mon Sep 17 00:00:00 2001 From: kart2bc Date: Tue, 20 May 2025 15:34:58 -0400 Subject: [PATCH 2/3] test --- .github/gh-config-template/gh_template.yml | 1 - .github/workflows/tests-workflow.yml | 2 -- 2 files changed, 3 deletions(-) diff --git a/.github/gh-config-template/gh_template.yml b/.github/gh-config-template/gh_template.yml index 3c12fdc26..2308ab8e6 100644 --- a/.github/gh-config-template/gh_template.yml +++ b/.github/gh-config-template/gh_template.yml @@ -10,7 +10,6 @@ on: - test-gh types: - opened - - reopened env: MAPPING: | diff --git a/.github/workflows/tests-workflow.yml b/.github/workflows/tests-workflow.yml index 9a92e665c..4ebe94e7c 100644 --- a/.github/workflows/tests-workflow.yml +++ b/.github/workflows/tests-workflow.yml @@ -1,8 +1,6 @@ name: unit-integration-tests on: pull_request_target: - branches: - - develop types: - opened - reopened From a1550e539ae5fb39fc7396da8e526b9cf6eac520 Mon Sep 17 00:00:00 2001 From: kart2bc Date: Tue, 20 May 2025 15:42:11 -0400 Subject: [PATCH 3/3] test --- .github/workflows/tests-workflow.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/tests-workflow.yml b/.github/workflows/tests-workflow.yml index 4ebe94e7c..78772ad36 100644 --- a/.github/workflows/tests-workflow.yml +++ b/.github/workflows/tests-workflow.yml @@ -15,7 +15,7 @@ env: -r --fail-on-pending --randomize-all - --nodes=7 + --nodes=6 --race --timeout 30m --flake-attempts 2