Fix workflow syntax error (#48842)

This commit is contained in:
Andrew Branch 2022-04-25 13:03:02 -07:00 committed by GitHub
parent 42fc05b087
commit 7920783876
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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