mirror of
https://github.com/RT-Thread/rt-thread.git
synced 2026-05-12 21:25:53 +00:00
[ci]: restrict utest workflow triggers
This commit is contained in:
40
.github/workflows/utest_auto_run.yml
vendored
40
.github/workflows/utest_auto_run.yml
vendored
@@ -7,17 +7,41 @@ on:
|
||||
push:
|
||||
branches:
|
||||
- master
|
||||
paths-ignore:
|
||||
- documentation/**
|
||||
- '**/README.md'
|
||||
- '**/README_zh.md'
|
||||
paths:
|
||||
- '.github/workflows/utest_auto_run.yml'
|
||||
- 'Kconfig'
|
||||
- 'Kconfig.utestcases'
|
||||
- 'bsp/qemu-vexpress-a9/**'
|
||||
- 'bsp/qemu-virt64-aarch64/**'
|
||||
- 'bsp/qemu-virt64-riscv/**'
|
||||
- 'bsp/xuantie/virt64/c906/**'
|
||||
- 'components/**'
|
||||
- 'examples/utest/**'
|
||||
- 'include/**'
|
||||
- 'libcpu/**'
|
||||
- 'src/**'
|
||||
- 'tools/**'
|
||||
- '!**/README.md'
|
||||
- '!**/README_zh.md'
|
||||
pull_request:
|
||||
branches:
|
||||
- master
|
||||
paths-ignore:
|
||||
- documentation/**
|
||||
- '**/README.md'
|
||||
- '**/README_zh.md'
|
||||
paths:
|
||||
- '.github/workflows/utest_auto_run.yml'
|
||||
- 'Kconfig'
|
||||
- 'Kconfig.utestcases'
|
||||
- 'bsp/qemu-vexpress-a9/**'
|
||||
- 'bsp/qemu-virt64-aarch64/**'
|
||||
- 'bsp/qemu-virt64-riscv/**'
|
||||
- 'bsp/xuantie/virt64/c906/**'
|
||||
- 'components/**'
|
||||
- 'examples/utest/**'
|
||||
- 'include/**'
|
||||
- 'libcpu/**'
|
||||
- 'src/**'
|
||||
- 'tools/**'
|
||||
- '!**/README.md'
|
||||
- '!**/README_zh.md'
|
||||
workflow_dispatch:
|
||||
inputs:
|
||||
trigger_type:
|
||||
|
||||
Reference in New Issue
Block a user