Skip to content

Commit

Permalink
Merge pull request #207 from Homebrew/sync-shared-config-workflow_dis…
Browse files Browse the repository at this point in the history
…patch

workflows/sync-shared-config: add workflow_dispatch trigger
  • Loading branch information
ZhongRuoyu authored Nov 6, 2024
2 parents 3c57fc3 + 5cec0ee commit 3acf773
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/sync-shared-config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ on:
pull_request:
schedule:
- cron: "0 */3 * * *" # Every 3 hours
workflow_dispatch:

permissions:
contents: read
Expand Down Expand Up @@ -96,7 +97,7 @@ jobs:
run: cp /home/linuxbrew/.linuxbrew/Homebrew/Library/Homebrew/.ruby-version .

- name: Install Ruby
uses: ruby/setup-ruby@7d3497fd78c07c0d84ebafa58d8dac60cd1f0763 # v1.199.0
uses: ruby/setup-ruby@217c988b8c2bf2bacb2d5c78a7e7b18f8c34daed # v1.200.0
with:
bundler-cache: true

Expand Down
2 changes: 1 addition & 1 deletion .ruby-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
3.3.5
3.3.6

0 comments on commit 3acf773

Please sign in to comment.