Skip to content

Commit eb8c8e4

Browse files
committed
cleaned always_require_ci_on_changed values after testing
1 parent 4b19fe5 commit eb8c8e4

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

.buildkite/pull-requests.json

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
"allowed_list": [
4242
"dependabot[bot]",
4343
"mergify[bot]",
44-
"github-actions[bot]",
44+
"github-actions[bot]"
4545
],
4646
"set_commit_status": true,
4747
"build_on_commit": true,
@@ -57,9 +57,7 @@
5757
"^.pre-commit-config.yaml",
5858
"\\.md$"
5959
],
60-
"always_require_ci_on_changed": [
61-
"^qa/acceptance/"
62-
]
60+
"always_require_ci_on_changed": []
6361
}
6462
]
6563
}

0 commit comments

Comments
 (0)