Skip to content

Commit

Permalink
Merge pull request #1777 from troessner/github-actions-manual-dispatch
Browse files Browse the repository at this point in the history
Allow starting the GitHub Actions workflow manually
  • Loading branch information
mvz committed May 14, 2024
2 parents 04a4ac6 + 15fa6d6 commit 66c272b
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:

env:
CUCUMBER_PUBLISH_QUIET: true
Expand Down

0 comments on commit 66c272b

Please sign in to comment.