We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d4f6c26 commit ec96788Copy full SHA for ec96788
1 file changed
.github/workflows/test.yml
@@ -19,7 +19,7 @@ permissions: {}
19
20
jobs:
21
positive:
22
- if: matrix.case == 'aaaaaa'
+ if: ${{ 'bbbb' == 'aaaaaa' }}
23
runs-on: ${{ matrix.runs-on }}
24
strategy:
25
matrix:
@@ -129,7 +129,7 @@ jobs:
129
if: steps.subject.outputs.highest != '8.1'
130
131
negative:
132
133
runs-on: ubuntu-latest
134
135
0 commit comments