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 e143f71 commit 8cc2a5f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/comment_pr_mac.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,12 @@ on:
types: [created]
jobs:
Run-test-mac-arm64:
if: ${{ (github.event.issue.pull_request) && (github.event.comment.body== '[macarm64]') }}
#if: ${{ (github.event.issue.pull_request) && (github.event.comment.body== '[macarm64]') }}
runs-on: [self-hosted, macOS, ARM64]
env:
github_username: ${{ github.actor }}
github_id: ${{ github.actor_id }}
github_comment: ${{ github.event.comment.body }}
defaults:
run:
shell: zsh {0}
Expand Down

0 comments on commit 8cc2a5f

Please sign in to comment.