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

backport of commit 029099a635

Co-authored-by: John Murret <john.murret@hashicorp.com>
pull/18256/head
hc-github-team-consul-core 2023-07-24 12:29:22 -04:00 committed by GitHub
parent b2feff89c9
commit 4130fb4996
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 12 additions and 10 deletions

View File

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

View File

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