Skip to content

Commit b7335e3

Browse files
committed
ci: update to match espp
1 parent 4d97de9 commit b7335e3

File tree

3 files changed

+7
-4
lines changed

3 files changed

+7
-4
lines changed

.github/workflows/build.yml

+1-2
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,8 @@ jobs:
1313
with:
1414
submodules: 'recursive'
1515

16-
- name: Build Examples
16+
- name: Build main
1717
uses: espressif/esp-idf-ci-action@v1
1818
with:
1919
esp_idf_version: release-v5.2
20-
target: esp32s3
2120
path: '.'

.github/workflows/package_main.yml

-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,6 @@ jobs:
2222
uses: espressif/esp-idf-ci-action@v1
2323
with:
2424
esp_idf_version: release-v5.2
25-
target: esp32s3
2625
path: '.'
2726
command: 'idf.py build'
2827

.github/workflows/static_analysis.yml

+6-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,11 @@
11
name: Static analysis
22

3-
on: [pull_request]
3+
on:
4+
# 'pull_request_target' allows this Action to also run on forked repositories
5+
# The output will be shown in PR comments (unless the 'force_console_print' flag is used)
6+
pull_request_target:
7+
branches:
8+
- "*"
49

510
jobs:
611
static_analysis:

0 commit comments

Comments
 (0)