From 3114598f755eea4884560c436aabe4656647ae1f Mon Sep 17 00:00:00 2001 From: iiTzArcur Date: Sat, 10 Aug 2024 09:12:49 +0200 Subject: [PATCH] Update rust-clippy.yml --- .github/workflows/rust-clippy.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/rust-clippy.yml b/.github/workflows/rust-clippy.yml index e656b2d..f731a09 100644 --- a/.github/workflows/rust-clippy.yml +++ b/.github/workflows/rust-clippy.yml @@ -18,6 +18,9 @@ on: schedule: - cron: '33 8 * * 3' + # Allows you to run this workflow manually from the Actions tab + workflow_dispatch: + jobs: rust-clippy-analyze: name: Run rust-clippy analyzing