Skip to content

Commit

Permalink
ci: allow manual dispatch, run once a week to integration test
Browse files Browse the repository at this point in the history
  • Loading branch information
flavorjones committed Feb 7, 2024
1 parent cca9655 commit c050cb7
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/ruby.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@ concurrency:
group: "${{github.workflow}}-${{github.ref}}"
cancel-in-progress: true
on:
workflow_dispatch:
schedule:
- cron: "0 8 * * 3" # At 08:00 on Wednesday # https://crontab.guru/#0_8_*_*_3
push:
branches:
- master
Expand Down

0 comments on commit c050cb7

Please sign in to comment.