We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 42fc05b commit 7920783Copy full SHA for 7920783
.github/workflows/twoslash-repros.yaml
@@ -20,9 +20,8 @@ on:
20
21
jobs:
22
run:
23
- if: ${{ !github.event.label && !github.event.inputs.bisect_issue }}
+ if: ${{ github.repository == 'microsoft/TypeScript' && !github.event.label && !github.event.inputs.bisect_issue }}
24
runs-on: ubuntu-latest
25
- if: github.repository == 'microsoft/TypeScript'
26
steps:
27
- name: Use node
28
uses: actions/setup-node@v1
0 commit comments