mirror of
https://github.com/Next-Flip/Momentum-Firmware.git
synced 2026-07-01 22:08:55 -07:00
Disable workflow auto triggering for now
modified: workflows/build_compact.yml
This commit is contained in:
@@ -1,12 +1,6 @@
|
||||
name: 'Build'
|
||||
|
||||
on:
|
||||
push:
|
||||
branches:
|
||||
- dev
|
||||
tags:
|
||||
- '*'
|
||||
pull_request:
|
||||
on: workflow_dispatch
|
||||
|
||||
env:
|
||||
DEFAULT_TARGET: f7
|
||||
|
||||
@@ -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,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,9 +1,6 @@
|
||||
name: 'Check FL ticket in PR name'
|
||||
|
||||
on:
|
||||
push:
|
||||
branches:
|
||||
- dev
|
||||
on: workflow_dispatch
|
||||
|
||||
env:
|
||||
FBT_TOOLCHAIN_PATH: /runner/_work
|
||||
|
||||
@@ -1,10 +1,6 @@
|
||||
name: 'Static C/C++ analysis with PVS-Studio'
|
||||
|
||||
on:
|
||||
push:
|
||||
branches:
|
||||
- dev
|
||||
pull_request:
|
||||
on: workflow_dispatch
|
||||
|
||||
env:
|
||||
TARGETS: f7
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
name: 'Unit tests'
|
||||
on:
|
||||
pull_request:
|
||||
|
||||
on: workflow_dispatch
|
||||
|
||||
env:
|
||||
TARGETS: f7
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
name: 'Updater test'
|
||||
on:
|
||||
pull_request:
|
||||
|
||||
on: workflow_dispatch
|
||||
|
||||
env:
|
||||
TARGETS: f7
|
||||
|
||||
Reference in New Issue
Block a user