File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -3,10 +3,10 @@ name: Build NCS Firmware
33on :
44 push :
55 branches : [ main ]
6- tags :
7- - ' *'
86 pull_request :
97 branches : [ main ]
8+ create :
9+ tags :
1010
1111jobs :
1212 build :
4545 # Patch from here:
4646 # https://github.com/nrfconnect/sdk-nrf/compare/v3.2.0-preview2-branch...memfault:noahp/memfault-project-key-runtime-v3.2.0-preview2
4747 run : |
48- curl -fsSL https://github.com/nrfconnect/sdk-nrf/compare/v3.2.0-preview2-branch...58cb48a9e17e4544cd926c8d9737f0ad52d68346 .diff | git -C /opt/ncs/${MEMFAULT_NCS_VERSION}/nrf apply
48+ curl -fsSL https://github.com/nrfconnect/sdk-nrf/compare/v3.2.0-preview2-branch...6ff742337cb906432bffe6d10a89166e5f474982 .diff | git -C /opt/ncs/${MEMFAULT_NCS_VERSION}/nrf apply
4949
5050 - name : Build firmware for ${{ matrix.board }}
5151 run : |
You can’t perform that action at this time.
0 commit comments