removed blocking event check

This commit is contained in:
Tullio Sebastiani
2023-02-22 09:11:07 +01:00
committed by Naga Ravi Chaitanya Elluri
parent c5b9554de5
commit bb9a19ab71

View File

@@ -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