Skip to content

Commit

Permalink
Update comment_pr_mac.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
spichardo committed Sep 15, 2024
1 parent 3e563f7 commit a96cb48
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/comment_pr_mac.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
defaults:
run:
shell: zsh {0}
if: ${{ (github.event.comment.body== 'macarm64') })
if: contains(github.event.comment.body, '/[macarm64]]')
steps:
- name: execute if macarm64
run: |
Expand Down

0 comments on commit a96cb48

Please sign in to comment.