We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6022eed commit d6f0d29Copy full SHA for d6f0d29
1 file changed
.github/workflows/build.yml
@@ -32,12 +32,12 @@ on:
32
default: 'main'
33
34
jobs:
35
- prepare:
36
- uses: ./.github/workflows/cache.yml
37
- with:
38
- ref_name: ${{inputs.ref_name||github.ref_name}}
+ # prepare:
+ # uses: ./.github/workflows/cache.yml
+ # with:
+ # ref_name: ${{inputs.ref_name||github.ref_name}}
39
build:
40
- needs: prepare
+ # needs: prepare
41
strategy:
42
matrix:
43
# arch: [amd64, arm64]
0 commit comments