1
0
mirror of https://github.com/matrix-org/matrix-react-sdk.git synced 2025-11-10 09:22:25 +03:00

Prevent Netlify builds from different PRs stepping on each other (#8477)

This commit is contained in:
Michael Telatynski
2022-05-03 15:43:40 +01:00
committed by GitHub
parent 44484b61db
commit 4d122db7cf

View File

@@ -84,6 +84,7 @@ jobs:
if: always()
with:
step: finish
override: false
token: ${{ secrets.GITHUB_TOKEN }}
status: ${{ job.status }}
env: ${{ steps.deployment.outputs.env }}