From bf855effeaffcd3999b6a6323c69f3226dc87e3e Mon Sep 17 00:00:00 2001 From: Meisterlala <6453306+Meisterlala@users.noreply.github.com> Date: Mon, 1 Aug 2022 18:41:26 +0200 Subject: [PATCH] Only on push --- .github/workflows/scc.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/scc.yml b/.github/workflows/scc.yml index 2fb7db9..26e4d7d 100644 --- a/.github/workflows/scc.yml +++ b/.github/workflows/scc.yml @@ -2,11 +2,12 @@ name: Succinct Code Counter # Controls when the workflow will run on: - schedule: + # schedule: # Every 7 Days - - cron: 0 0 */7 * * + #- cron: 0 0 */7 * * # Allows you to run this workflow manually from the Actions tab workflow_dispatch: + push: jobs: -- 2.51.2