Skip to content

Commit 37ab13b

Browse files
ci: Ensure lgtm triggers PR tests (feast-dev#2404)
Signed-off-by: Felix Wang <wangfelix98@gmail.com>
1 parent 05098be commit 37ab13b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/pr_integration_tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ jobs:
7474
integration-test-python:
7575
# all jobs MUST have this if check for 'ok-to-test' or 'approved' or 'lgtm' for security purposes.
7676
if:
77-
(github.event.action == 'labeled' && (github.event.label.name == 'approved' || github.event.label.name == 'ok-to-test')) ||
77+
(github.event.action == 'labeled' && (github.event.label.name == 'lgtm' || github.event.label.name == 'approved' || github.event.label.name == 'ok-to-test')) ||
7878
(github.event.action != 'labeled' && (contains(github.event.pull_request.labels.*.name, 'ok-to-test') || contains(github.event.pull_request.labels.*.name, 'approved')))
7979
needs: build-docker-image
8080
runs-on: ${{ matrix.os }}

0 commit comments

Comments
 (0)