From 936e20329448f7977f3a8270800980dc2d791789 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Martin=20=C5=A0ach?= Date: Sun, 5 Jan 2025 17:12:13 +0100 Subject: [PATCH] Disable static analysis on master --- .github/workflows/static_analysis.yml | 6 ------ 1 file changed, 6 deletions(-) diff --git a/.github/workflows/static_analysis.yml b/.github/workflows/static_analysis.yml index 8b2cb518c8..c9865a5127 100644 --- a/.github/workflows/static_analysis.yml +++ b/.github/workflows/static_analysis.yml @@ -6,12 +6,6 @@ on: - cron: "0 0 * * *" jobs: - static_analysis_master: - uses: Prusa-Development/PrusaSlicer-Actions/.github/workflows/static_analysis.yml@master - secrets: inherit - with: - branch: master - actions_branch: master static_analysis_dev: uses: Prusa-Development/PrusaSlicer-Actions/.github/workflows/static_analysis.yml@master secrets: inherit