Merge pull request #449 from SlugFiller/ci-concurrency

Add concurrency tag to CI
This commit is contained in:
Roman Zeyde
2023-09-15 08:31:33 +03:00
committed by GitHub

View File

@@ -2,6 +2,10 @@ name: Build
on: [push, pull_request]
concurrency:
group: ci-${{github.actor}}-${{github.head_ref || github.run_number}}-${{github.ref}}
cancel-in-progress: true
jobs:
build: