Skip to content

Commit 3acf773

Browse files
authored
Merge pull request #207 from Homebrew/sync-shared-config-workflow_dispatch
workflows/sync-shared-config: add workflow_dispatch trigger
2 parents 3c57fc3 + 5cec0ee commit 3acf773

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

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

Lines changed: 2 additions & 1 deletion
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
@@ -96,7 +97,7 @@ jobs:
9697
run: cp /home/linuxbrew/.linuxbrew/Homebrew/Library/Homebrew/.ruby-version .
9798

9899
- name: Install Ruby
99-
uses: ruby/setup-ruby@7d3497fd78c07c0d84ebafa58d8dac60cd1f0763 # v1.199.0
100+
uses: ruby/setup-ruby@217c988b8c2bf2bacb2d5c78a7e7b18f8c34daed # v1.200.0
100101
with:
101102
bundler-cache: true
102103

.ruby-version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
3.3.5
1+
3.3.6

0 commit comments

Comments
 (0)