actions: run tasks based on set of modified paths
This commit is contained in:
parent
75f7b7c0b6
commit
bab05c8515
6
.github/workflows/build-docs.yml
vendored
6
.github/workflows/build-docs.yml
vendored
@ -1,8 +1,14 @@
|
|||||||
name: Build Documentation
|
name: Build Documentation
|
||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
|
paths:
|
||||||
|
- 'docs/**'
|
||||||
|
- '.github/workflows/build-docs.yml'
|
||||||
pull_request:
|
pull_request:
|
||||||
types: [opened, synchronize, reopened]
|
types: [opened, synchronize, reopened]
|
||||||
|
paths:
|
||||||
|
- 'docs**/'
|
||||||
|
- '.github/workflows/build-docs.yml'
|
||||||
jobs:
|
jobs:
|
||||||
build-documentation:
|
build-documentation:
|
||||||
name: docs
|
name: docs
|
||||||
|
16
.github/workflows/build-gluon.yml
vendored
16
.github/workflows/build-gluon.yml
vendored
@ -9,8 +9,24 @@ on:
|
|||||||
- master
|
- master
|
||||||
- next
|
- next
|
||||||
- v20*
|
- v20*
|
||||||
|
paths:
|
||||||
|
- "modules"
|
||||||
|
- "Makefile"
|
||||||
|
- "scripts/**"
|
||||||
|
- "package/**"
|
||||||
|
- "patches/**"
|
||||||
|
- "targets/**"
|
||||||
|
- ".github/workflows/build-gluon.yml"
|
||||||
pull_request:
|
pull_request:
|
||||||
types: [opened, synchronize, reopened]
|
types: [opened, synchronize, reopened]
|
||||||
|
paths:
|
||||||
|
- "modules"
|
||||||
|
- "Makefile"
|
||||||
|
- "scripts/**"
|
||||||
|
- "package/**"
|
||||||
|
- "patches/**"
|
||||||
|
- "targets/**"
|
||||||
|
- ".github/workflows/build-gluon.yml"
|
||||||
jobs:
|
jobs:
|
||||||
build_firmware:
|
build_firmware:
|
||||||
strategy:
|
strategy:
|
||||||
|
9
.github/workflows/check-patches.yml
vendored
9
.github/workflows/check-patches.yml
vendored
@ -1,8 +1,17 @@
|
|||||||
|
---
|
||||||
name: Check patches
|
name: Check patches
|
||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
|
paths:
|
||||||
|
- 'modules'
|
||||||
|
- 'patches/**'
|
||||||
|
- '.github/workflows/check-patches.yml'
|
||||||
pull_request:
|
pull_request:
|
||||||
types: [opened, synchronize, reopened]
|
types: [opened, synchronize, reopened]
|
||||||
|
paths:
|
||||||
|
- 'modules'
|
||||||
|
- 'patches/**'
|
||||||
|
- '.github/workflows/check-patches.yml'
|
||||||
jobs:
|
jobs:
|
||||||
check-patches:
|
check-patches:
|
||||||
name: Check patches
|
name: Check patches
|
||||||
|
@ -13,8 +13,24 @@ on:
|
|||||||
- master
|
- master
|
||||||
- next
|
- next
|
||||||
- v20*
|
- v20*
|
||||||
|
paths:
|
||||||
|
- "modules"
|
||||||
|
- "Makefile"
|
||||||
|
- "scripts/**"
|
||||||
|
- "package/**"
|
||||||
|
- "patches/**"
|
||||||
|
- "targets/**"
|
||||||
|
- ".github/workflows/build-gluon.yml"
|
||||||
pull_request:
|
pull_request:
|
||||||
types: [opened, synchronize, reopened]
|
types: [opened, synchronize, reopened]
|
||||||
|
paths:
|
||||||
|
- "modules"
|
||||||
|
- "Makefile"
|
||||||
|
- "scripts/**"
|
||||||
|
- "package/**"
|
||||||
|
- "patches/**"
|
||||||
|
- "targets/**"
|
||||||
|
- ".github/workflows/build-gluon.yml"
|
||||||
jobs:
|
jobs:
|
||||||
build_firmware:
|
build_firmware:
|
||||||
strategy:
|
strategy:
|
||||||
|
Loading…
Reference in New Issue
Block a user