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 3ba257f commit 6d684e3Copy full SHA for 6d684e3
.github/workflows/twoslash-repros.yaml
@@ -3,6 +3,8 @@ name: Twoslash Code Sample Repros
3
on:
4
schedule:
5
- cron: '0 8 * * *'
6
+ repository_dispatch:
7
+ types: [run-twoslash-repros]
8
workflow_dispatch:
9
inputs:
10
issue:
0 commit comments