|
18 | 18 | - requirements-utest.txt |
19 | 19 | - utils/build.config |
20 | 20 |
|
| 21 | +concurrency: |
| 22 | + group: ${{ github.workflow }}-${{ github.head_ref || github.run_id }} |
| 23 | + cancel-in-progress: true |
| 24 | + |
21 | 25 | permissions: {} |
22 | 26 |
|
23 | 27 | jobs: |
|
62 | 66 | - name: Checkout code |
63 | 67 | uses: actions/checkout@v4 |
64 | 68 | with: |
| 69 | + submodules: 'recursive' |
65 | 70 | fetch-depth: 500 |
66 | 71 | - name: Setup git hash |
67 | 72 | run: ./ci/gha_helper.py --single |
@@ -109,7 +114,7 @@ jobs: |
109 | 114 | - name: Checkout code |
110 | 115 | uses: actions/checkout@v4 |
111 | 116 | with: |
112 | | - submodules: true |
| 117 | + submodules: 'recursive' |
113 | 118 | fetch-depth: 500 |
114 | 119 | - name: Setup git hash |
115 | 120 | run: ./ci/gha_helper.py --single |
@@ -139,7 +144,7 @@ jobs: |
139 | 144 | - name: Publish NLT test results |
140 | 145 | if: always() |
141 | 146 | # yamllint disable-line rule:line-length |
142 | | - uses: EnricoMi/publish-unit-test-result-action@170bf24d20d201b842d7a52403b73ed297e6645b # v2.18.0 |
| 147 | + uses: EnricoMi/publish-unit-test-result-action@3a74b2957438d0b6e2e61d67b05318aa25c9e6c6 # v2.20.0 |
143 | 148 | with: |
144 | 149 | github_token: ${{ secrets.GITHUB_TOKEN }} |
145 | 150 | files: nlt-junit.xml |
@@ -178,7 +183,7 @@ jobs: |
178 | 183 | - name: Checkout code |
179 | 184 | uses: actions/checkout@v4 |
180 | 185 | with: |
181 | | - submodules: true |
| 186 | + submodules: 'recursive' |
182 | 187 | fetch-depth: 500 |
183 | 188 | - name: Setup git hash |
184 | 189 | run: ./ci/gha_helper.py --single |
@@ -252,7 +257,8 @@ jobs: |
252 | 257 | - name: Checkout code |
253 | 258 | uses: actions/checkout@v4 |
254 | 259 | with: |
255 | | - submodules: true |
| 260 | + submodules: 'recursive' |
| 261 | + fetch-depth: 500 |
256 | 262 | - name: Build dependencies in image. |
257 | 263 | run: docker build . --file utils/docker/Dockerfile.${{ matrix.base }} |
258 | 264 | --build-arg DEPS_JOBS |
@@ -340,7 +346,8 @@ jobs: |
340 | 346 | - name: Checkout code |
341 | 347 | uses: actions/checkout@v4 |
342 | 348 | with: |
343 | | - submodules: true |
| 349 | + submodules: 'recursive' |
| 350 | + fetch-depth: 500 |
344 | 351 | - name: Build dependencies in image. |
345 | 352 | run: docker build . --file utils/docker/Dockerfile.${{ matrix.base }} |
346 | 353 | --build-arg DEPS_JOBS |
|
0 commit comments