diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index add66cf..35ac7f0 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -10,8 +10,6 @@ jobs: steps: - name: Checkout repo 🛎 uses: actions/checkout@v4 - with: - ref: ${{ github.event_name == 'workflow_call' && 'main' || github.ref }} - name: Setup Deno 🔧 uses: denoland/setup-deno@v1