Skip to content

Commit eac6ace

Browse files
committed
M .github/workflows/cache-deps.yml
1 parent 8c31bbd commit eac6ace

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/cache-deps.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
cancel_others: false
3737
paths_ignore: '["hls-test-utils/**", "plugins/**", "src/**", "exe/**", "test/**", "shake-bench/**"]'
3838

39-
test:
39+
deps:
4040
if: needs.pre_job.outputs.should_skip != 'true'
4141
needs: pre_job
4242
runs-on: ${{ matrix.os }}

0 commit comments

Comments
 (0)