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

reviewable/pr11819/r1
Benoit Pierre 3 weeks ago committed by Frans de Jonge
parent b28c58b902
commit a12b075e07

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

Loading…
Cancel
Save