diff --git a/.github/workflows/twoslash-repros.yaml b/.github/workflows/twoslash-repros.yaml index 1e782f8cf98..9563d72136c 100644 --- a/.github/workflows/twoslash-repros.yaml +++ b/.github/workflows/twoslash-repros.yaml @@ -20,9 +20,8 @@ on: jobs: run: - if: ${{ !github.event.label && !github.event.inputs.bisect_issue }} + if: ${{ github.repository == 'microsoft/TypeScript' && !github.event.label && !github.event.inputs.bisect_issue }} runs-on: ubuntu-latest - if: github.repository == 'microsoft/TypeScript' steps: - name: Use node uses: actions/setup-node@v1