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