From 15814eaf3cf4f208afd6645e2a650bac4aa1833c Mon Sep 17 00:00:00 2001 From: cskh Date: Mon, 21 Aug 2023 17:55:44 -0400 Subject: [PATCH] restore --- .github/workflows/go-tests.yml | 29 ++++++++++++------------- .github/workflows/test-integrations.yml | 19 ++++++++-------- 2 files changed, 23 insertions(+), 25 deletions(-) diff --git a/.github/workflows/go-tests.yml b/.github/workflows/go-tests.yml index 5712d1c9a755b..561c7e1e3dbd3 100644 --- a/.github/workflows/go-tests.yml +++ b/.github/workflows/go-tests.yml @@ -1,21 +1,20 @@ name: go-tests on: - workflow_dispatch: {} - # pull_request: - # branches-ignore: - # - stable-website - # - 'docs/**' - # - 'ui/**' - # - 'mktg-**' # Digital Team Terraform-generated branches' prefix - # - 'backport/docs/**' - # - 'backport/ui/**' - # - 'backport/mktg-**' - # push: - # branches: - # # Push events on the main branch - # - main - # - release/** + pull_request: + branches-ignore: + - stable-website + - 'docs/**' + - 'ui/**' + - 'mktg-**' # Digital Team Terraform-generated branches' prefix + - 'backport/docs/**' + - 'backport/ui/**' + - 'backport/mktg-**' + push: + branches: + # Push events on the main branch + - main + - release/** permissions: contents: read diff --git a/.github/workflows/test-integrations.yml b/.github/workflows/test-integrations.yml index 17d9d15674524..9fc3a59f905f5 100644 --- a/.github/workflows/test-integrations.yml +++ b/.github/workflows/test-integrations.yml @@ -4,16 +4,15 @@ name: test-integrations on: - # pull_request: - workflow_dispatch: {} - # branches-ignore: - # - stable-website - # - 'docs/**' - # - 'ui/**' - # - 'mktg-**' # Digital Team Terraform-generated branch prefix - # - 'backport/docs/**' - # - 'backport/ui/**' - # - 'backport/mktg-**' + 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