We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6d6ec2b commit 0aabe0aCopy full SHA for 0aabe0a
1 file changed
.github/workflows/ci-matrix-gen.yml
@@ -232,6 +232,7 @@ jobs:
232
if: ${{ success() || inputs.jobs_to_run }}
233
needs: [generate-tier2, tier1]
234
runs-on: ${{ matrix.os }}
235
+ env: ${{ matrix.env }}
236
strategy:
237
fail-fast: false
238
matrix:
@@ -242,6 +243,7 @@ jobs:
242
243
244
needs: [generate-tier3, tier2]
245
246
247
248
249
0 commit comments