From 7fa757a498662eaea0fa872f343bc2d97a4814fa Mon Sep 17 00:00:00 2001 From: Byeonggil Jun Date: Mon, 1 Apr 2024 16:47:11 -0700 Subject: [PATCH] Allow the mac default test --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 39267f34f..98493876b 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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]