Commit 5512678 1 parent c54603e commit 5512678 Copy full SHA for 5512678
File tree 1 file changed +11
-7
lines changed
1 file changed +11
-7
lines changed Original file line number Diff line number Diff line change @@ -17,16 +17,19 @@ name: Build example - TI CC13XX_26XX
17
17
on :
18
18
push :
19
19
branches-ignore :
20
- - ' dependabot/**'
20
+ - " dependabot/**"
21
21
pull_request :
22
22
merge_group :
23
23
24
24
concurrency :
25
- group : ${{ github.ref }}-${{ github.workflow }}-${{ (github.event_name == 'pull_request' && github.event.number) || (github.event_name == 'workflow_dispatch' && github.run_number) || github.sha }}
25
+ group :
26
+ ${{ github.ref }}-${{ github.workflow }}-${{ (github.event_name ==
27
+ ' pull_request' && github.event.number) || (github.event_name ==
28
+ ' workflow_dispatch' && github.run_number) || github.sha }}
26
29
cancel-in-progress : true
27
30
env :
28
31
CHIP_NO_LOG_TIMESTAMPS : true
29
-
32
+
30
33
jobs :
31
34
cc13xx_26xx :
32
35
name : cc13xx_26xx
@@ -47,13 +50,14 @@ jobs:
47
50
- name : Checkout submodules & Bootstrap
48
51
uses : ./.github/actions/checkout-submodules-and-bootstrap
49
52
with :
50
- platform : cc13xx_26xx
53
+ platform : cc13xx_26xx
54
+ extra-submodule-parameters : " --recursive"
51
55
- name : Set up environment for size reports
52
56
uses : ./.github/actions/setup-size-reports
53
57
if : ${{ !env.ACT }}
54
58
with :
55
- gh-context : ${{ toJson(github) }}
56
-
59
+ gh-context : ${{ toJson(github) }}
60
+
57
61
- name : Build examples
58
62
run : |
59
63
scripts/run_in_build_env.sh "\
@@ -103,4 +107,4 @@ jobs:
103
107
uses : ./.github/actions/upload-size-reports
104
108
if : ${{ !env.ACT }}
105
109
with :
106
- platform-name : cc13x4_26x4
110
+ platform-name : cc13x4_26x4
You can’t perform that action at this time.
0 commit comments