Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat (ci): Support manually running CI tests #1556

Merged
merged 2 commits into from
Jun 25, 2024
Merged

Conversation

bitdivine
Copy link
Member

Motivation

It is useful to be able to trigger CI checks manually. For example, the backend test is triggered only on changes to certain files, so it is not easy to check that it works on main. With "workflow dispatch" enabled, the backend tests can be run on main with the click of a button.

Changes

  • Add "workflow_dispatch" as a trigger for those GitHub CI jobs that don't have it yet.

Tests

  • This needs to be merged into main before the "workflow dispatch" functionality can be exercised.

@bitdivine bitdivine requested a review from a team as a code owner June 25, 2024 07:34
@bitdivine bitdivine merged commit 6d83d99 into main Jun 25, 2024
5 checks passed
@bitdivine bitdivine deleted the manually-run-rust branch June 25, 2024 07:37
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant