mirror of
https://github.com/compiler-explorer/compiler-explorer.git
synced 2025-12-27 09:23:52 -05:00
add extra check
This commit is contained in:
7
.github/workflows/test-and-deploy.yml
vendored
7
.github/workflows/test-and-deploy.yml
vendored
@@ -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 }}
|
||||
|
||||
Reference in New Issue
Block a user