Add concurrency tag to CI

This commit is contained in:
SlugFiller
2023-09-15 00:34:12 +03:00
parent 9345f28936
commit de6dec340d

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: