diff --git a/.github/workflows/go-tests.yml b/.github/workflows/go-tests.yml index 949810e6f4e3c..744a398b5aa40 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 022095f74d347..fa68f36070540 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