From 029099a635a738adf77e59d71f82b303d7649cba Mon Sep 17 00:00:00 2001 From: John Murret Date: Mon, 24 Jul 2023 09:02:58 -0600 Subject: [PATCH] Revert "NET-4996 - filter go-tests and test-integration workflows from running on docs only and ui only changes (#18236)" This reverts commit a11dba710e6ce6f172c0fa6c9b61567cc1efffc8. --- .github/workflows/go-tests.yml | 11 ++++++----- .github/workflows/test-integrations.yml | 11 ++++++----- 2 files changed, 12 insertions(+), 10 deletions(-) diff --git a/.github/workflows/go-tests.yml b/.github/workflows/go-tests.yml index 4d51c11916..60e7d10d26 100644 --- a/.github/workflows/go-tests.yml +++ b/.github/workflows/go-tests.yml @@ -2,13 +2,14 @@ name: go-tests on: pull_request: - paths-ignore: - - '.changelog/**' - - '.github/ISSUE_TEMPLATE/**' - - 'contributing/**' + branches-ignore: + - stable-website - 'docs/**' - 'ui/**' - - 'website/**' + - 'mktg-**' # Digital Team Terraform-generated branches' prefix + - 'backport/docs/**' + - 'backport/ui/**' + - 'backport/mktg-**' push: branches: # Push events on the main branch diff --git a/.github/workflows/test-integrations.yml b/.github/workflows/test-integrations.yml index 80c9dc8cf7..6c96b5da1d 100644 --- a/.github/workflows/test-integrations.yml +++ b/.github/workflows/test-integrations.yml @@ -5,13 +5,14 @@ name: test-integrations on: pull_request: - paths-ignore: - - '.changelog/**' - - '.github/ISSUE_TEMPLATE/**' - - 'contributing/**' + branches-ignore: + - stable-website - 'docs/**' - 'ui/**' - - 'website/**' + - 'mktg-**' # Digital Team Terraform-generated branch prefix + - 'backport/docs/**' + - 'backport/ui/**' + - 'backport/mktg-**' env: TEST_RESULTS_DIR: /tmp/test-results