Skip to content

Commit

Permalink
requested team filter added
Browse files Browse the repository at this point in the history
  • Loading branch information
Tullio Sebastiani committed Feb 16, 2023
1 parent cb56a74 commit 4b30f5f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/functional_tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,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/')
if: contains(github.event.comment.body, '/test') && contains(github.event.comment.html_url, '/pull/') && github.event.requested_team.name == 'redhat-chaos'
runs-on: ubuntu-latest
steps:
- name: Check out Kraken
Expand Down

0 comments on commit 4b30f5f

Please sign in to comment.