mirror of
https://github.com/Frooodle/Stirling-PDF.git
synced 2025-01-19 00:07:17 +01:00
Update PR-Demo-Comment.yml
This commit is contained in:
parent
0fb9e18636
commit
e1b3cc736c
2
.github/workflows/PR-Demo-Comment.yml
vendored
2
.github/workflows/PR-Demo-Comment.yml
vendored
@ -10,7 +10,7 @@ jobs:
|
||||
# Only run on PR comments that contain @deployPR from authorized users
|
||||
if: |
|
||||
github.event.issue.pull_request &&
|
||||
contains(toLowercase(github.event.comment.body), 'prdeploy') &&
|
||||
contains(github.event.comment.body, 'prdeploy') &&
|
||||
(
|
||||
github.event.comment.user.login == 'frooodle' ||
|
||||
github.event.comment.user.login == 'sf298' ||
|
||||
|
Loading…
Reference in New Issue
Block a user