Skip to content

Commit ff739ce

Browse files
authored
Merge pull request #215 from espressif/fix/deprecate_esp_idf_examples_build
fix(ci): Deprecate esp-idf examples build
2 parents b18c8e6 + 6b3eecf commit ff739ce

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/build_idf_examples.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,14 +5,15 @@ on:
55
- cron: "0 0 * * SAT" # Saturday midnight
66
pull_request:
77
types: [opened, reopened, synchronize]
8+
branches-ignore:
9+
- '*' # TODO: Remove exclusion of all branches once examples are updated. See issue IDF-13618 for tracking.
810

911
jobs:
1012
build:
1113
strategy:
1214
matrix:
1315
idf_ver:
1416
[
15-
"release-v5.0",
1617
"release-v5.1",
1718
"release-v5.2",
1819
"release-v5.3",

0 commit comments

Comments
 (0)