Disable workflow auto triggering for now

modified:   workflows/build_compact.yml
This commit is contained in:
Veronika Kossmann
2025-07-02 20:49:10 +03:00
parent cbcd8d7392
commit f68db35d7e
8 changed files with 11 additions and 29 deletions
+1 -7
View File
@@ -1,12 +1,6 @@
name: 'Build'
on:
push:
branches:
- dev
tags:
- '*'
pull_request:
on: workflow_dispatch
env:
DEFAULT_TARGET: f7
+2 -2
View File
@@ -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 {} \;
+1 -5
View File
@@ -1,10 +1,6 @@
name: 'Generate documentation with Doxygen'
on:
push:
branches:
- dev
pull_request:
on: workflow_dispatch
env:
TARGETS: f7
@@ -1,7 +1,6 @@
name: 'Lint sources & check submodule integrity'
on:
pull_request:
on: workflow_dispatch
env:
TARGETS: f7
+1 -4
View File
@@ -1,9 +1,6 @@
name: 'Check FL ticket in PR name'
on:
push:
branches:
- dev
on: workflow_dispatch
env:
FBT_TOOLCHAIN_PATH: /runner/_work
+1 -5
View File
@@ -1,10 +1,6 @@
name: 'Static C/C++ analysis with PVS-Studio'
on:
push:
branches:
- dev
pull_request:
on: workflow_dispatch
env:
TARGETS: f7
+2 -2
View File
@@ -1,6 +1,6 @@
name: 'Unit tests'
on:
pull_request:
on: workflow_dispatch
env:
TARGETS: f7
+2 -2
View File
@@ -1,6 +1,6 @@
name: 'Updater test'
on:
pull_request:
on: workflow_dispatch
env:
TARGETS: f7