From 61291627b9e9856984d6929a5192729dddd8360f Mon Sep 17 00:00:00 2001 From: Colin Walters Date: Fri, 24 Jun 2022 14:26:04 -0400 Subject: [PATCH] ci: Allow manually invoking tests I want to be able to run them manually too to sanity check things. https://docs.github.com/en/actions/using-workflows/triggering-a-workflow#defining-inputs-for-manually-triggered-workflows --- .github/workflows/rust.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/rust.yml b/.github/workflows/rust.yml index 06efa0fb..336088d9 100644 --- a/.github/workflows/rust.yml +++ b/.github/workflows/rust.yml @@ -11,6 +11,7 @@ on: branches: [main] pull_request: branches: [main] + workflow_dispatch: {} env: CARGO_TERM_COLOR: always