Skip to content

Commit 3f18f24

Browse files
committed
workflows/sync-shared-config: add workflow_dispatch trigger
This allows us to run this workflow without having to wait for up to 3 hours. Needed to unblock #206 where CI fails due to `.ruby-version` not being in sync with `brew`'s after a new Portable Ruby release.
1 parent 3c57fc3 commit 3f18f24

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/sync-shared-config.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ on:
77
pull_request:
88
schedule:
99
- cron: "0 */3 * * *" # Every 3 hours
10+
workflow_dispatch:
1011

1112
permissions:
1213
contents: read

0 commit comments

Comments
 (0)