From 04959ed7940c3565395d04071b915fc181caf9eb Mon Sep 17 00:00:00 2001 From: Eamonn Rea Date: Sat, 23 Mar 2024 02:40:58 +0000 Subject: [PATCH] CI: Remove PR ShellCheck This will just run twice, we can simply run on push --- .github/workflows/shellcheck.yml | 3 --- 1 file changed, 3 deletions(-) diff --git a/.github/workflows/shellcheck.yml b/.github/workflows/shellcheck.yml index 1db59771..0cb1f006 100644 --- a/.github/workflows/shellcheck.yml +++ b/.github/workflows/shellcheck.yml @@ -2,9 +2,6 @@ on: push: paths: - 'steamtinkerlaunch' - pull_request: - paths: - - 'steamtinkerlaunch' name: "ShellCheck" permissions: {}