Skip to content

Commit

Permalink
Scheduled on 2 times per day
Browse files Browse the repository at this point in the history
  • Loading branch information
hsbt committed Feb 1, 2024
1 parent 1bd1024 commit 15269b6
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/build_multiarch.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
name: ruby/ruby-docker-images/build_multiarch

on:
schedule:
- cron: '0 */12 * * *'

workflow_dispatch:
inputs:
ruby_version:
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/nightly.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
name: ruby/ruby-docker-images/nightly

on:
schedule:
- cron: '0 */12 * * *'

workflow_dispatch:
inputs:
ruby_version:
Expand Down

0 comments on commit 15269b6

Please sign in to comment.