Skip to content

Commit

Permalink
NET-4996 - filter go-tests and test-integration workflows from runnin…
Browse files Browse the repository at this point in the history
…g on docs only and ui only changes (#18236)
  • Loading branch information
jmurret committed Jul 23, 2023
1 parent 2b0d64e commit a11dba7
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 12 deletions.
11 changes: 5 additions & 6 deletions .github/workflows/go-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
11 changes: 5 additions & 6 deletions .github/workflows/test-integrations.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit a11dba7

Please sign in to comment.