File tree 2 files changed +5
-5
lines changed
2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -108,9 +108,9 @@ jobs:
108
108
uses : ./.github/actions/checkout-submodules-and-bootstrap
109
109
with :
110
110
platform : telink
111
- - name : Update Zephyr to specific revision (for developers purpose)
112
- shell : bash
113
- run : scripts/run_in_build_env.sh "python3 scripts/tools/telink/update_zephyr.py 3ed7686a9378de6be1368c912f9a42f998bbfb18"
111
+ # - name: Update Zephyr to specific revision (for developers purpose)
112
+ # shell: bash
113
+ # run: scripts/run_in_build_env.sh "python3 scripts/tools/telink/update_zephyr.py 3ed7686a9378de6be1368c912f9a42f998bbfb18"
114
114
- name : CI Examples Telink
115
115
shell : bash
116
116
run : |
Original file line number Diff line number Diff line change 56
56
with :
57
57
gh-context : ${{ toJson(github) }}
58
58
59
- - name : Update Zephyr to specific revision (for developers purpose)
60
- run : scripts/run_in_build_env.sh "python3 scripts/tools/telink/update_zephyr.py 3ed7686a9378de6be1368c912f9a42f998bbfb18"
59
+ # - name: Update Zephyr to specific revision (for developers purpose)
60
+ # run: scripts/run_in_build_env.sh "python3 scripts/tools/telink/update_zephyr.py 3ed7686a9378de6be1368c912f9a42f998bbfb18"
61
61
62
62
- name : Build example Telink (B92 retention) Air Quality Sensor App
63
63
run : |
You can’t perform that action at this time.
0 commit comments