mirror of
https://github.com/Next-Flip/Momentum-Firmware.git
synced 2026-04-25 03:29:58 -07:00
github: workflow trigger optimizations (#3030)
This commit is contained in:
@@ -1,11 +1,6 @@
|
||||
name: 'Lint sources & check submodule integrity'
|
||||
|
||||
on:
|
||||
push:
|
||||
branches:
|
||||
- dev
|
||||
tags:
|
||||
- '*'
|
||||
pull_request:
|
||||
|
||||
env:
|
||||
@@ -15,7 +10,7 @@ env:
|
||||
|
||||
jobs:
|
||||
lint_sources_check_submodules:
|
||||
runs-on: [self-hosted,FlipperZeroShell]
|
||||
runs-on: [self-hosted, FlipperZeroShell]
|
||||
steps:
|
||||
- name: 'Wipe workspace'
|
||||
run: find ./ -mount -maxdepth 1 -exec rm -rf {} \;
|
||||
|
||||
Reference in New Issue
Block a user