Skip to content

Commit 7920783

Browse files
authored
Fix workflow syntax error (microsoft#48842)
1 parent 42fc05b commit 7920783

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/twoslash-repros.yaml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,9 +20,8 @@ on:
2020

2121
jobs:
2222
run:
23-
if: ${{ !github.event.label && !github.event.inputs.bisect_issue }}
23+
if: ${{ github.repository == 'microsoft/TypeScript' && !github.event.label && !github.event.inputs.bisect_issue }}
2424
runs-on: ubuntu-latest
25-
if: github.repository == 'microsoft/TypeScript'
2625
steps:
2726
- name: Use node
2827
uses: actions/setup-node@v1

0 commit comments

Comments
 (0)