From 583a3c1dd6abf6381368cff3691a3c9296be2288 Mon Sep 17 00:00:00 2001 From: hc-github-team-consul-core Date: Mon, 24 Jul 2023 12:28:33 -0400 Subject: [PATCH] Backport of Revert "NET-4996 - filter go-tests and test-integration workflows from running on docs only and ui only changes" into release/1.16.x (#18253) backport of commit 029099a635a738adf77e59d71f82b303d7649cba Co-authored-by: John Murret --- .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 949810e6f4e3..744a398b5aa4 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 022095f74d34..fa68f3607054 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