Backport of NET-4996 - filter go-tests and test-integration workflows from running on docs only and ui only changes into release/1.16.x (#18244)

backport of commit e0c0efe68242b16533da0726d67a845c6988e07d

Co-authored-by: John Murret <john.murret@hashicorp.com>
This commit is contained in:
hc-github-team-consul-core 2023-07-23 15:28:41 -04:00 committed by GitHub
parent bb769c797d
commit 25c9f45d5c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 10 additions and 12 deletions

View File

@ -2,14 +2,13 @@ name: go-tests
on:
pull_request:
branches-ignore:
- stable-website
paths-ignore:
- '.changelog/**'
- '.github/ISSUE_TEMPLATE/**'
- 'contributing/**'
- 'docs/**'
- 'ui/**'
- 'mktg-**' # Digital Team Terraform-generated branches' prefix
- 'backport/docs/**'
- 'backport/ui/**'
- 'backport/mktg-**'
- 'website/**'
push:
branches:
# Push events on the main branch

View File

@ -5,14 +5,13 @@ name: test-integrations
on:
pull_request:
branches-ignore:
- stable-website
paths-ignore:
- '.changelog/**'
- '.github/ISSUE_TEMPLATE/**'
- 'contributing/**'
- 'docs/**'
- 'ui/**'
- 'mktg-**' # Digital Team Terraform-generated branch prefix
- 'backport/docs/**'
- 'backport/ui/**'
- 'backport/mktg-**'
- 'website/**'
env:
TEST_RESULTS_DIR: /tmp/test-results