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 8554524 commit f2a774d
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions .github/workflows/comment_pr_mac.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,17 +9,18 @@ jobs:
runs-on: [self-hosted, macOS, ARM64]
env:
github_username: ${{ github.actor }}
github_id: ${{ github.actor_id }}
defaults:
run:
shell: zsh {0}
if: ${{ (github.event.comment.body== 'macarm64') #&& (needs.rules.outputs.branch_name != 'staging') }}
steps:
- name: execute if macarm64
if: contains(github.event.comment.body, '/[macarm64]]')
- uses: actions/checkout@v2
- name: Do pytest
run: |
echo "username $github_username""
echo "username $github_username"
echo "github_id $github_id"
echo "Running pytest mac arm 64"
# - name: Activate Conda
# run: |
# . /Users/spichardo/miniconda3/etc/profile.d/conda.sh
Expand Down

0 comments on commit f2a774d

Please sign in to comment.