mirror of
https://github.com/bytecodealliance/wasm-micro-runtime.git
synced 2026-01-21 16:49:12 +00:00
chore: narrow CI workflow trigger scope for Zephyr compilation
Optimize GitHub Actions workflow execution by limiting triggers to only changes in the compilation_on_zephyr.yml workflow file itself, reducing unnecessary workflow runs when other .github files are modified. * Update pull_request trigger paths to target specific workflow file * Update push trigger paths to target specific workflow file * Eliminates redundant CI runs for documentation and script changes
This commit is contained in:
parent
3c01e2ae0c
commit
b871f8f9ff
6
.github/workflows/compilation_on_zephyr.yml
vendored
6
.github/workflows/compilation_on_zephyr.yml
vendored
|
|
@ -10,8 +10,7 @@ on:
|
|||
- opened
|
||||
- synchronize
|
||||
paths:
|
||||
- ".github/**"
|
||||
- "!.github/ISSUE_TEMPLATE/**"
|
||||
- ".github/workflows/compilation_on_zephyr.yml"
|
||||
- "build-scripts/**"
|
||||
- "core/**"
|
||||
- "!core/deps/**"
|
||||
|
|
@ -27,8 +26,7 @@ on:
|
|||
- main
|
||||
- "dev/**"
|
||||
paths:
|
||||
- ".github/**"
|
||||
- "!.github/ISSUE_TEMPLATE/**"
|
||||
- ".github/workflows/compilation_on_zephyr.yml"
|
||||
- "build-scripts/**"
|
||||
- "core/**"
|
||||
- "!core/deps/**"
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user