add extra check

This commit is contained in:
Partouf
2024-09-25 14:33:26 +02:00
parent 0124464041
commit 15dcf0d42a

View File

@@ -130,3 +130,10 @@ jobs:
ref: `refs/tags/gh-${context.runNumber}`,
sha: context.sha
})
post_deploy_check:
needs: [test, build_dist, deploy]
runs-on: [admin]
steps:
- name: Check hashes for deploy ${{ needs.build_dist.outputs.release_name }} to cdn
run: ce --env staging builds check_hashes ${{ needs.build_dist.outputs.release_name }}