Skip to content

Commit 326d78a

Browse files
committed
ci-fix: checkout repo bnefore check updates
1 parent ebf891c commit 326d78a

File tree

1 file changed

+5
-6
lines changed

1 file changed

+5
-6
lines changed

.github/workflows/qa.yaml

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -142,6 +142,11 @@ jobs:
142142
)
143143
}}
144144
steps:
145+
- name: "🛒 Checkout Repository"
146+
uses: actions/checkout@v4
147+
with:
148+
submodules: true
149+
145150
- name: "🌍 Retrieve the latest version"
146151
id: get-version
147152
run: |
@@ -164,12 +169,6 @@ jobs:
164169
echo "::set-output makeRelease=false"
165170
fi
166171
167-
- name: "🛒 Checkout Repository"
168-
if: steps.get-version.outputs.makeRelease == 'true'
169-
uses: actions/checkout@v4
170-
with:
171-
submodules: true
172-
173172
- name: "🌍 Load Versions to Use"
174173
if: steps.get-version.outputs.makeRelease == 'true'
175174
id: doc-global-versions

0 commit comments

Comments
 (0)