Skip to content

Commit

Permalink
Allow the mac default test
Browse files Browse the repository at this point in the history
  • Loading branch information
byeonggiljun committed Apr 1, 2024
1 parent d25282e commit 7fa757a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ jobs:
with:
runtime-ref: ${{ github.ref }}
compiler-ref: ${{ needs.fetch-lf.outputs.ref }}
all-platforms: ${{ !github.event.pull_request.draft || contains( github.event.pull_request.labels.*.name, 'mac') || contains( github.event.pull_request.labels.*.name, 'windows') }}
all-platforms: true

lf-python:
needs: [fetch-lf]
Expand Down

0 comments on commit 7fa757a

Please sign in to comment.