mirror of
https://github.com/microsoft/TypeScript.git
synced 2026-03-15 14:05:47 -05:00
Fix workflow syntax error (#48842)
This commit is contained in:
3
.github/workflows/twoslash-repros.yaml
vendored
3
.github/workflows/twoslash-repros.yaml
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user