ci/macos: avoid concurrent workflow runs on the same ref

This commit is contained in:
Benoit Pierre
2024-05-13 21:33:53 +02:00
committed by Frans de Jonge
parent b28c58b902
commit a12b075e07

View File

@@ -1,5 +1,9 @@
name: build
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
on: [push, pull_request]
permissions: