diff --git a/.github/workflows/preview.yaml b/.github/workflows/preview.yaml index 9e84325..743678b 100644 --- a/.github/workflows/preview.yaml +++ b/.github/workflows/preview.yaml @@ -24,7 +24,7 @@ jobs: permissions: issues: write pull-requests: write - + steps: - name: Checkout PR head if: ${{ startsWith(github.event_name, 'pull_request') && github.event.action != 'closed' }}