mirror of
https://github.com/vector-im/element-web.git
synced 2024-11-15 20:54:59 +08:00
Prevent Netlify builds from different PRs stepping on each other (#8477)
This commit is contained in:
parent
44484b61db
commit
4d122db7cf
1
.github/workflows/netlify.yaml
vendored
1
.github/workflows/netlify.yaml
vendored
@ -84,6 +84,7 @@ jobs:
|
||||
if: always()
|
||||
with:
|
||||
step: finish
|
||||
override: false
|
||||
token: ${{ secrets.GITHUB_TOKEN }}
|
||||
status: ${{ job.status }}
|
||||
env: ${{ steps.deployment.outputs.env }}
|
||||
|
Loading…
Reference in New Issue
Block a user