Skip to content

Commit ec96788

Browse files
committed
wip
1 parent d4f6c26 commit ec96788

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ permissions: {}
1919

2020
jobs:
2121
positive:
22-
if: matrix.case == 'aaaaaa'
22+
if: ${{ 'bbbb' == 'aaaaaa' }}
2323
runs-on: ${{ matrix.runs-on }}
2424
strategy:
2525
matrix:
@@ -129,7 +129,7 @@ jobs:
129129
if: steps.subject.outputs.highest != '8.1'
130130

131131
negative:
132-
if: matrix.case == 'aaaaaa'
132+
if: ${{ 'bbbb' == 'aaaaaa' }}
133133
runs-on: ubuntu-latest
134134
strategy:
135135
matrix:

0 commit comments

Comments
 (0)