Merge pull request #142 from per1234/adjust-ci-for-flat-layout
Adjust CI workflow for flat library layout
This commit is contained in:
commit
f8f3172d60
10
.github/workflows/compile-examples.yml
vendored
10
.github/workflows/compile-examples.yml
vendored
@ -6,12 +6,18 @@ on:
|
|||||||
paths:
|
paths:
|
||||||
- ".github/workflows/compile-examples.yml"
|
- ".github/workflows/compile-examples.yml"
|
||||||
- "examples/**"
|
- "examples/**"
|
||||||
- "src/**"
|
- "**.c"
|
||||||
|
- "**.cpp"
|
||||||
|
- "**.h"
|
||||||
|
- "*.S"
|
||||||
pull_request:
|
pull_request:
|
||||||
paths:
|
paths:
|
||||||
- ".github/workflows/compile-examples.yml"
|
- ".github/workflows/compile-examples.yml"
|
||||||
- "examples/**"
|
- "examples/**"
|
||||||
- "src/**"
|
- "**.c"
|
||||||
|
- "**.cpp"
|
||||||
|
- "**.h"
|
||||||
|
- "*.S"
|
||||||
schedule:
|
schedule:
|
||||||
# Run every Tuesday at 8 AM UTC to catch breakage caused by changes to external resources (libraries, platforms).
|
# Run every Tuesday at 8 AM UTC to catch breakage caused by changes to external resources (libraries, platforms).
|
||||||
- cron: "0 8 * * TUE"
|
- cron: "0 8 * * TUE"
|
||||||
|
Loading…
Reference in New Issue
Block a user