Skip to content

Commit 359ba96

Browse files
authored
Update dispatch on spec update workflow (#280)
1 parent 43f7191 commit 359ba96

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/spec_update.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
name: Spec Update
2-
on:
2+
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)