Skip to content

Commit

Permalink
Typo
Browse files Browse the repository at this point in the history
  • Loading branch information
FlorianDeconinck committed Aug 1, 2023
1 parent 1edcc2d commit 210e1f7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/discover-oncomment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
steps:
- name: Cancel job if needed
id: conditional-cancel
if: !"contains(github.event.comment.body, '/bot')"
if: "!contains(github.event.comment.body, '/bot')"
shell: bash
run: |
gh run --repo $REPO cancel ${{ github.run_id }}
Expand Down

0 comments on commit 210e1f7

Please sign in to comment.