We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4ac7ed0 commit 3db342dCopy full SHA for 3db342d
.github/workflows/deploy.yml
@@ -170,6 +170,10 @@ jobs:
170
needs: [deploy-be, check-backend-build]
171
if: always() && !cancelled() && !failure() && !contains(needs.*.result, 'failure') && !contains(needs.*.result, 'cancelled')
172
steps:
173
+ - uses: actions/checkout@v4
174
+ with:
175
+ ref: ${{ github.ref }}
176
+ fetch-depth: 0
177
- name: Wait stable deployment
178
uses: ./.github/actions/wait-for-deployment
179
with:
@@ -223,6 +227,10 @@ jobs:
223
227
runs-on: ubuntu-24.04
224
228
needs: [deploy-fe, check-frontend-build]
225
229
230
231
232
233
226
234
235
236
0 commit comments