Skip to content

Commit f7541c2

Browse files
committed
refactor(gh-actions): Skip actions/checkout in merge matrix job
1 parent 65d8a54 commit f7541c2

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

.github/workflows/ci.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,6 @@ jobs:
118118
matrix: ${{ steps.matrix.outputs.matrix }}
119119
fullMatrix: ${{ steps.matrix.outputs.fullMatrix }}
120120
steps:
121-
- uses: actions/checkout@v4
122121
- uses: actions/download-artifact@v4
123122
- name: Merge matrices
124123
run: |

0 commit comments

Comments
 (0)