From 00a37b0970aa643c242ff06dbddf2739bc3a884a Mon Sep 17 00:00:00 2001 From: Derek Roberts Date: Wed, 29 Jan 2025 08:04:56 -0800 Subject: [PATCH] chore(ci): remove JS handling from workflow conditionals (#111) --- .github/workflows/on-pr-main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/on-pr-main.yml b/.github/workflows/on-pr-main.yml index c2c5c8b..d846988 100644 --- a/.github/workflows/on-pr-main.yml +++ b/.github/workflows/on-pr-main.yml @@ -39,7 +39,7 @@ jobs: builds: name: Builds needs: extract_version - if: '!github.event.pull_request.head.repo.fork && ${{ needs.extract_version.outputs.available == true }}' + if: '!github.event.pull_request.head.repo.fork && needs.extract_version.outputs.available == true' runs-on: ubuntu-24.04 permissions: packages: write