mirror of
https://github.com/koreader/koreader.git
synced 2025-08-10 00:52:38 +00:00
ci/macos: avoid concurrent workflow runs on the same ref
This commit is contained in:
committed by
Frans de Jonge
parent
b28c58b902
commit
a12b075e07
4
.github/workflows/build.yml
vendored
4
.github/workflows/build.yml
vendored
@@ -1,5 +1,9 @@
|
||||
name: build
|
||||
|
||||
concurrency:
|
||||
group: ${{ github.workflow }}-${{ github.ref }}
|
||||
cancel-in-progress: true
|
||||
|
||||
on: [push, pull_request]
|
||||
|
||||
permissions:
|
||||
|
||||
Reference in New Issue
Block a user