Disable workflow auto triggering for now

This commit is contained in:
Veronika Kossmann
2025-07-02 20:49:10 +03:00
parent cbcd8d7392
commit 28563a62b5
7 changed files with 9 additions and 27 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
+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