Skip to content

Commit a6eea2c

Browse files
reenable e2e tests on master (#3876)
1 parent fb73d3a commit a6eea2c

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/e2e-tests.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ on:
1515

1616
jobs:
1717
e2e-test:
18-
if: ${{ github.event.pull_request.head.repo.full_name == github.repository }}
18+
if: ${{ github.event.pull_request.merged || github.event.pull_request.head.repo.full_name == github.repository }}
1919
permissions:
2020
packages: write
2121

qlty.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,7 @@ exclude_patterns = [
4141
"**/testdata/**",
4242
"**/vendor/**", "**/generated.go", "**/test/**/*.go", "**/test.go", "**/*_test.go", "**/test*.go", "**/mock/**/*.go", "**/mock.go", "**/*_mock.go", "docs/**/*.go", "codegen/**/*.go", "**/*.pb.go", "e2e-tests/**/*.go",
4343
"**/docs/**",
44+
"**/*.md",
4445
]
4546

4647
test_patterns = [

0 commit comments

Comments
 (0)