Skip to content

Commit 0056c0a

Browse files
committed
Replace compile script with profile based version
1 parent e7b909f commit 0056c0a

File tree

2 files changed

+12
-91
lines changed

2 files changed

+12
-91
lines changed

.github/workflows/compile-examples-profiles.yml

+12
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,18 @@ name: Compile Examples with Build Profiles
33

44
# See: https://docs.github.com/en/actions/reference/events-that-trigger-workflows
55
on:
6+
push:
7+
paths:
8+
- ".github/workflows/compile-examples.ya?ml"
9+
- "library.properties"
10+
- "examples/**"
11+
- "src/**"
12+
pull_request:
13+
paths:
14+
- ".github/workflows/compile-examples.ya?ml"
15+
- "library.properties"
16+
- "examples/**"
17+
- "src/**"
618
schedule:
719
# Run every Tuesday at 8 AM UTC to catch breakage caused by changes to external resources (libraries, platforms).
820
- cron: "0 8 * * TUE"

.github/workflows/compile-examples.yml

-91
This file was deleted.

0 commit comments

Comments
 (0)