We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e997dd9 commit c7c3a3cCopy full SHA for c7c3a3c
.github/workflows/java_pr.yml
@@ -83,7 +83,7 @@ jobs:
83
if:
84
((github.event.action == 'labeled' && (github.event.label.name == 'approved' || github.event.label.name == 'lgtm' || github.event.label.name == 'ok-to-test')) ||
85
(github.event.action != 'labeled' && (contains(github.event.pull_request.labels.*.name, 'ok-to-test') || contains(github.event.pull_request.labels.*.name, 'approved') || contains(github.event.pull_request.labels.*.name, 'lgtm')))) &&
86
- github.repository == 'feast-dev/feast' && needs.check_skip_tests.outputs.skip_tests == 'false'
+ github.repository == 'feast-dev/feast'
87
runs-on: ubuntu-latest
88
strategy:
89
matrix:
0 commit comments