diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index af3825c..99d1989 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -62,7 +62,7 @@ jobs: name: Upload release artifacts runs-on: ubuntu-latest needs: test - if: ${{ github.event_name == 'push' }} + if: github.event_name == 'push' steps: - name: Checkout source code uses: actions/checkout@v4