From 7e4ce40a8e6e8f591c554fed0625707029189c0f Mon Sep 17 00:00:00 2001 From: jrconlin Date: Mon, 24 Aug 2026 15:29:33 -0700 Subject: [PATCH] fix: more typo really wish I could test this locally. --- .github/workflows/python-package.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/python-package.yml b/.github/workflows/python-package.yml index 10e6bcd..7b8cd77 100644 --- a/.github/workflows/python-package.yml +++ b/.github/workflows/python-package.yml @@ -15,7 +15,7 @@ on: jobs: release-build: runs-on: ubuntu-latest - if: ${{ github.event.workflow_run.conclusion == 'success'}} && !startsWith({{ github.event.ref_name }}, "doc/") + if: ${{ github.event.workflow_run.conclusion == 'success'}} && !startsWith(${{ github.event.ref_name }}, "doc/") steps: - uses: actions/checkout@v7 - uses: actions/setup-python@v7