Skip to content

Commit

Permalink
Allow starting the GitHub Actions workflow manually
Browse files Browse the repository at this point in the history
This is useful if the workflow has been disabled due to inactivity.
  • Loading branch information
mvz committed May 14, 2024
1 parent af2dd53 commit 08735ed
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ruby.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ name: CI
branches: [master]
schedule:
- cron: '16 4 12 * *'
workflow_dispatch:

jobs:
test:
Expand Down

0 comments on commit 08735ed

Please sign in to comment.