Skip to content

Commit d6f0d29

Browse files
author
seydx
committed
test
1 parent 6022eed commit d6f0d29

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

.github/workflows/build.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -32,12 +32,12 @@ on:
3232
default: 'main'
3333

3434
jobs:
35-
prepare:
36-
uses: ./.github/workflows/cache.yml
37-
with:
38-
ref_name: ${{inputs.ref_name||github.ref_name}}
35+
# prepare:
36+
# uses: ./.github/workflows/cache.yml
37+
# with:
38+
# ref_name: ${{inputs.ref_name||github.ref_name}}
3939
build:
40-
needs: prepare
40+
# needs: prepare
4141
strategy:
4242
matrix:
4343
# arch: [amd64, arm64]

0 commit comments

Comments
 (0)