Skip to content

Commit

Permalink
build: Fix potential command dispatcher CI bug (#765)
Browse files Browse the repository at this point in the history
  • Loading branch information
AdnaneKhan committed Oct 24, 2023
1 parent 561b332 commit b9cef12
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/command-dispatcher.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
slashCommandDispatch:
runs-on: ubuntu-latest
if: |
contains('["carlspring", "steve-todorov"]', github.triggering_actor) &&
contains(FromJSON('["carlspring", "steve-todorov"]'), github.triggering_actor) &&
github.event.issue.pull_request
steps:
- name: Slash Command Dispatch
Expand Down

0 comments on commit b9cef12

Please sign in to comment.