From d559e618899c404a2493e2e5f02df03425d082be Mon Sep 17 00:00:00 2001 From: Vortex2Oblivion <73261680+Vortex2Oblivion@users.noreply.github.com> Date: Fri, 10 Nov 2023 17:11:37 -0500 Subject: [PATCH] should disable this unless manually run --- .github/workflows/crash.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/crash.yml b/.github/workflows/crash.yml index ddccca3a6d..97d3026f48 100644 --- a/.github/workflows/crash.yml +++ b/.github/workflows/crash.yml @@ -5,8 +5,6 @@ name: Crash Build # Controls when the action will run. on: # Triggers the workflow on push or pull request events but only for the master branch - push: - branches: [ main ] workflow_dispatch: # A workflow run is made up of one or more jobs that can run sequentially or in parallel