MH0386 commited on
Commit
0cd7fc5
·
verified ·
1 Parent(s): 68006e4

Remove checkout step in build.yaml

Browse files

Removed checkout step from the build workflow.

Files changed (1) hide show
  1. .github/workflows/build.yaml +0 -2
.github/workflows/build.yaml CHANGED
@@ -70,8 +70,6 @@ jobs:
70
  permissions:
71
  contents: write
72
  steps:
73
- - name: Checkout repository
74
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
75
  - name: Download artifacts
76
  uses: actions/download-artifact@37930b1c2abaa49bbe596cd826c3c89aef350131 # v7.0.0
77
  with:
 
70
  permissions:
71
  contents: write
72
  steps:
 
 
73
  - name: Download artifacts
74
  uses: actions/download-artifact@37930b1c2abaa49bbe596cd826c3c89aef350131 # v7.0.0
75
  with: