1 parent 8ba1f63 commit 7d6d7b9Copy full SHA for 7d6d7b9
1 file changed
.github/workflows/test.yml
@@ -218,3 +218,31 @@ jobs:
218
- name: Set up Docker Buildx
219
uses: docker/setup-buildx-action@v3
220
- run: docker buildx inspect --bootstrap
221
+
222
+ anchor1:
223
+ name: Anchor test
224
+ runs-on: ubuntu-24.04
225
+ steps:
226
+ - name: Step 1
227
+ if: &lintcond true
228
+ run: echo ok
229
+ - name: Step 2
230
+ if: *lintcond
231
232
+ - name: Step 3
233
234
235
236
+ anchor2:
237
238
239
240
241
+ if: &lintcond false
242
243
244
245
246
247
248
0 commit comments