Skip to content

Commit

Permalink
ci: strange condition syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
cwsmith authored Mar 15, 2024
1 parent 45efe64 commit 4397f16
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pr_comment_trigger_self_hosted.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
runs-on: self-hosted

if: |
${{ github.event.issue.pull_request }} &&
github.event.issue.pull_request &&
contains(github.event.comment.body, '/runtests') &&
(github.event.comment.user.login == 'cwsmith')
steps:
Expand Down

0 comments on commit 4397f16

Please sign in to comment.