1 parent 61f0b53 commit f4254fdCopy full SHA for f4254fd
1 file changed
.github/workflows/test.yml
@@ -224,7 +224,7 @@ jobs:
224
runs-on: ubuntu-24.04
225
steps:
226
- name: Step 1
227
- if: &lintcond github.job == "anchor1"
+ if: &lintcond ${{ github.job == "anchor1" }}
228
run: echo ok
229
- name: Step 2
230
if: *lintcond
@@ -238,7 +238,7 @@ jobs:
238
239
240
241
- if: &lintcond2 github.job == "anchor1"
+ if: &lintcond2 ${{ github.job == "anchor1" }}
242
243
244
if: *lintcond2
0 commit comments