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 6d99930 commit 98de68bCopy full SHA for 98de68b
.github/workflows/spec_update.yml
@@ -1,8 +1,8 @@
1
name: Spec Update
2
on:
3
workflow_dispatch:
4
- schedule:
5
- - cron: 0 0 * * *
+ repository_dispatch:
+ types: [spec_update]
6
7
jobs:
8
Update:
0 commit comments