mirror of
https://github.com/microsoft/TypeScript.git
synced 2026-02-05 07:45:18 -06:00
Fix workflow syntax error (#48842)
This commit is contained in:
parent
42fc05b087
commit
7920783876
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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user