Skip to content

Commit 7a5d2e5

Browse files
ci: use shallow clone in build-op-image workflow
Signed-off-by: Josh Baird <jbaird@galileo.io> Co-authored-by: Cursor <cursoragent@cursor.com>
1 parent 195ff47 commit 7a5d2e5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/build-op-image.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ jobs:
6262
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
6363
with:
6464
ref: ${{ inputs.tag || github.ref }}
65-
fetch-depth: 0
65+
fetch-depth: 1
6666

6767
- name: Set version env for workflow_dispatch
6868
if: github.event_name == 'workflow_dispatch'

0 commit comments

Comments
 (0)