From f68db35d7e7c5dda72b924566769ad40578e17a5 Mon Sep 17 00:00:00 2001 From: Veronika Kossmann Date: Wed, 2 Jul 2025 20:49:10 +0300 Subject: [PATCH] Disable workflow auto triggering for now modified: workflows/build_compact.yml --- .github/workflows/build.yml | 8 +------- .github/workflows/build_compact.yml | 4 ++-- .github/workflows/docs.yml | 6 +----- .github/workflows/lint_and_submodule_check.yml | 3 +-- .github/workflows/merge_report.yml | 5 +---- .github/workflows/pvs_studio.yml | 6 +----- .github/workflows/unit_tests.yml | 4 ++-- .github/workflows/updater_test.yml | 4 ++-- 8 files changed, 11 insertions(+), 29 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 66a2bdf73..d38454932 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -1,12 +1,6 @@ name: 'Build' -on: - push: - branches: - - dev - tags: - - '*' - pull_request: +on: workflow_dispatch env: DEFAULT_TARGET: f7 diff --git a/.github/workflows/build_compact.yml b/.github/workflows/build_compact.yml index dc854eabb..c1cdbaa99 100644 --- a/.github/workflows/build_compact.yml +++ b/.github/workflows/build_compact.yml @@ -9,11 +9,11 @@ env: jobs: compact: - runs-on: [self-hosted, FlipperZeroShell] + runs-on: [self-hosted] strategy: fail-fast: false matrix: - target: [f7, f18] + target: [f7] steps: - name: 'Wipe workspace' run: find ./ -mount -maxdepth 1 -exec rm -rf {} \; diff --git a/.github/workflows/docs.yml b/.github/workflows/docs.yml index 064c43655..6f922da28 100644 --- a/.github/workflows/docs.yml +++ b/.github/workflows/docs.yml @@ -1,10 +1,6 @@ name: 'Generate documentation with Doxygen' -on: - push: - branches: - - dev - pull_request: +on: workflow_dispatch env: TARGETS: f7 diff --git a/.github/workflows/lint_and_submodule_check.yml b/.github/workflows/lint_and_submodule_check.yml index 6b71253cd..65e41a284 100644 --- a/.github/workflows/lint_and_submodule_check.yml +++ b/.github/workflows/lint_and_submodule_check.yml @@ -1,7 +1,6 @@ name: 'Lint sources & check submodule integrity' -on: - pull_request: +on: workflow_dispatch env: TARGETS: f7 diff --git a/.github/workflows/merge_report.yml b/.github/workflows/merge_report.yml index 9ee7884c8..105252cb0 100644 --- a/.github/workflows/merge_report.yml +++ b/.github/workflows/merge_report.yml @@ -1,9 +1,6 @@ name: 'Check FL ticket in PR name' -on: - push: - branches: - - dev +on: workflow_dispatch env: FBT_TOOLCHAIN_PATH: /runner/_work diff --git a/.github/workflows/pvs_studio.yml b/.github/workflows/pvs_studio.yml index 3f1a164bc..6eb37bca1 100644 --- a/.github/workflows/pvs_studio.yml +++ b/.github/workflows/pvs_studio.yml @@ -1,10 +1,6 @@ name: 'Static C/C++ analysis with PVS-Studio' -on: - push: - branches: - - dev - pull_request: +on: workflow_dispatch env: TARGETS: f7 diff --git a/.github/workflows/unit_tests.yml b/.github/workflows/unit_tests.yml index d8d83abb8..21cd81cc8 100644 --- a/.github/workflows/unit_tests.yml +++ b/.github/workflows/unit_tests.yml @@ -1,6 +1,6 @@ name: 'Unit tests' -on: - pull_request: + +on: workflow_dispatch env: TARGETS: f7 diff --git a/.github/workflows/updater_test.yml b/.github/workflows/updater_test.yml index b5265df9c..55978ac98 100644 --- a/.github/workflows/updater_test.yml +++ b/.github/workflows/updater_test.yml @@ -1,6 +1,6 @@ name: 'Updater test' -on: - pull_request: + +on: workflow_dispatch env: TARGETS: f7