diff --git a/.github/gh-config-template/gh_template.yml b/.github/gh-config-template/gh_template.yml index eb5bd4c8f..2308ab8e6 100644 --- a/.github/gh-config-template/gh_template.yml +++ b/.github/gh-config-template/gh_template.yml @@ -10,8 +10,6 @@ on: - test-gh types: - opened - - reopened - - synchronize env: MAPPING: | diff --git a/.github/workflows/tests-workflow.yml b/.github/workflows/tests-workflow.yml index 9a92e665c..78772ad36 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 @@ -17,7 +15,7 @@ env: -r --fail-on-pending --randomize-all - --nodes=7 + --nodes=6 --race --timeout 30m --flake-attempts 2