Skip to content

Commit d14f213

Browse files
committed
Revert "Add extra cache key to CI matrix configuration"
This reverts commit 5d91e58.
1 parent bba8877 commit d14f213

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/continuous-integration.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ jobs:
9393
runs-on: ${{ matrix.os }}
9494
strategy:
9595
fail-fast: false
96-
matrix: ${{ fromJson(needs.matrix-generator.outputs.matrix) }}-extra-cache-key
96+
matrix: ${{ fromJson(needs.matrix-generator.outputs.matrix) }}
9797

9898
continue-on-error: ${{ matrix.experimental }}
9999

0 commit comments

Comments
 (0)