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 <john.murret@hashicorp.com>
This commit is contained in:
parent
70fbeb5ff4
commit
6d9480d178
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue