Skip to content

Commit 3db342d

Browse files
committed
change
1 parent 4ac7ed0 commit 3db342d

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

.github/workflows/deploy.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -170,6 +170,10 @@ jobs:
170170
needs: [deploy-be, check-backend-build]
171171
if: always() && !cancelled() && !failure() && !contains(needs.*.result, 'failure') && !contains(needs.*.result, 'cancelled')
172172
steps:
173+
- uses: actions/checkout@v4
174+
with:
175+
ref: ${{ github.ref }}
176+
fetch-depth: 0
173177
- name: Wait stable deployment
174178
uses: ./.github/actions/wait-for-deployment
175179
with:
@@ -223,6 +227,10 @@ jobs:
223227
runs-on: ubuntu-24.04
224228
needs: [deploy-fe, check-frontend-build]
225229
steps:
230+
- uses: actions/checkout@v4
231+
with:
232+
ref: ${{ github.ref }}
233+
fetch-depth: 0
226234
- name: Wait stable deployment
227235
uses: ./.github/actions/wait-for-deployment
228236
with:

0 commit comments

Comments
 (0)