Skip to content

Commit

Permalink
Backport of Revert "NET-4996 - filter go-tests and test-integration w…
Browse files Browse the repository at this point in the history
…orkflows from running on docs only and ui only changes" into release/1.16.x (#18253)

backport of commit 029099a

Co-authored-by: John Murret <john.murret@hashicorp.com>
  • Loading branch information
hc-github-team-consul-core and jmurret authored Jul 24, 2023
1 parent 8c17eb9 commit 583a3c1
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 10 deletions.
11 changes: 6 additions & 5 deletions .github/workflows/go-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
11 changes: 6 additions & 5 deletions .github/workflows/test-integrations.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 583a3c1

Please sign in to comment.