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
+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 {} \;