mirror of
https://github.com/krkn-chaos/krkn.git
synced 2026-02-14 09:59:59 +00:00
renamed trigger work from /test to funtest (#401)
added quotes renamed trigger to funtest Co-authored-by: Naga Ravi Chaitanya Elluri <nelluri@redhat.com>
This commit is contained in:
committed by
GitHub
parent
13fa711c9b
commit
019b036f9f
4
.github/workflows/functional_tests.yaml
vendored
4
.github/workflows/functional_tests.yaml
vendored
@@ -6,7 +6,7 @@ jobs:
|
||||
name: Check User Authorization
|
||||
env:
|
||||
USERS: ${{vars.USERS}}
|
||||
if: contains(github.event.comment.body, '/test') && contains(github.event.comment.html_url, '/pull/')
|
||||
if: contains(github.event.comment.body, '/funtest') && contains(github.event.comment.html_url, '/pull/')
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: Check User
|
||||
@@ -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/')
|
||||
if: contains(github.event.comment.body, '/funtest') && contains(github.event.comment.html_url, '/pull/')
|
||||
runs-on: ubuntu-latest
|
||||
needs:
|
||||
- check_user
|
||||
|
||||
Reference in New Issue
Block a user