NET-4996 - filter go-tests and test-integration workflows from running on docs only and ui only changes (#18236)

This commit is contained in:
John Murret 2023-07-23 13:08:15 -06:00 committed by GitHub
parent 2b0d64ee27
commit a11dba710e
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