Skip to content

Commit

Permalink
Trivial change
Browse files Browse the repository at this point in the history
  • Loading branch information
byeonggiljun committed Apr 1, 2024
1 parent c0f913e commit a6959ed
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: ${{ contains( github.event.pull_request.labels.*.name, 'mac') }}

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

0 comments on commit a6959ed

Please sign in to comment.