mirror of
https://github.com/krkn-chaos/krkn.git
synced 2026-02-14 18:10:00 +00:00
removed blocking event check
This commit is contained in:
committed by
Naga Ravi Chaitanya Elluri
parent
c5b9554de5
commit
bb9a19ab71
2
.github/workflows/functional_tests.yaml
vendored
2
.github/workflows/functional_tests.yaml
vendored
@@ -26,7 +26,7 @@ jobs:
|
||||
pr_commented:
|
||||
# This job only runs for pull request comments containing /functional
|
||||
name: Functional Tests
|
||||
if: contains(github.event.comment.body, '/test') && contains(github.event.comment.html_url, '/pull/') && github.event.requested_team.name == 'redhat-chaos'
|
||||
if: contains(github.event.comment.body, '/test') && contains(github.event.comment.html_url, '/pull/')
|
||||
runs-on: ubuntu-latest
|
||||
needs:
|
||||
- check_user
|
||||
|
||||
Reference in New Issue
Block a user