Concurrency

This commit is contained in:
Cloudburst 2021-08-16 12:37:32 +02:00 committed by GitHub
parent da8a476236
commit 1861f292b5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 0 deletions

View File

@ -2,6 +2,10 @@ name: Pre-release
on: [push]
concurrency:
group: "pre-release"
cancel-in-progress: true
jobs:
build:
runs-on: ubuntu-latest