Skip to content

Commit 98de68b

Browse files
authored
Update spec update workflow trigger (#170)
1 parent 6d99930 commit 98de68b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/spec_update.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
name: Spec Update
22
on:
33
workflow_dispatch:
4-
schedule:
5-
- cron: 0 0 * * *
4+
repository_dispatch:
5+
types: [spec_update]
66

77
jobs:
88
Update:

0 commit comments

Comments
 (0)