mirror of https://github.com/status-im/consul.git
NET-4996 - filter go-tests and test-integration workflows from running on docs only and ui only changes (#18236)
This commit is contained in:
parent
2b0d64ee27
commit
a11dba710e
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue