Skip to content
This repository was archived by the owner on Apr 27, 2024. It is now read-only.

Commit 4c5fa7a

Browse files
fix bad validation
1 parent eb861b2 commit 4c5fa7a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/run-pr-tests.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,9 @@ jobs:
1313
exit 1
1414
-
1515
name: Determine if there is authority to continue
16-
if: ${{ github.event.issue.user.login != 'benjamin-maynard' || github.event.comment.body != '[Run PR Tests]' }}
16+
if: ${{ github.event.comment.user.login != 'benjamin-maynard' || github.event.comment.body != '[Run PR Tests]' }}
1717
run: |
18-
echo "Comment Creator: ${{ github.event.issue.user.login }}"
18+
echo "Comment Creator: ${{ github.event.comment.user.login }}"
1919
echo "Comment Body: ${{ github.event.comment.body }}"
2020
exit 1
2121
-

0 commit comments

Comments
 (0)