Skip to content

Commit

Permalink
ci: enable running the pipeline manually using workflow_dispatch
Browse files Browse the repository at this point in the history
Pipelines with `on: workflow_dispatch` can be executed using a button in
the web interface or the API. This can come in handy every then and now.

Signed-off-by: Leonard Göhrs <leonard@goehrs.eu>
  • Loading branch information
hnez committed Jan 30, 2025
1 parent 766455f commit b8d795d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ on:
branches: [ "main" ]
schedule:
- cron: '34 11 * * 2'
workflow_dispatch:

env:
CARGO_TERM_COLOR: always
Expand Down

0 comments on commit b8d795d

Please sign in to comment.