Update build.yml

Signed-off-by: sashashura <93376818+sashashura@users.noreply.github.com>
This commit is contained in:
Alex 2022-08-29 11:22:07 +01:00 committed by Xiang Xiao
parent 0d85084741
commit daf9e80936

View File

@ -20,6 +20,9 @@ on:
- 'releases/*'
tags:
permissions:
contents: read
concurrency:
group: build-${{ github.event.pull_request.number || github.ref }}
cancel-in-progress: true