github: workflow trigger optimizations (#3030)

This commit is contained in:
hedger
2023-09-01 06:09:48 +03:00
committed by GitHub
parent d8d2b360cb
commit 5eeb672dd4
6 changed files with 79 additions and 81 deletions

View File

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