CI: Cancel concurrent Wheel jobs (#91867)

This commit is contained in:
Franck Nijhof
2023-04-22 20:56:52 +02:00
committed by GitHub
parent 0f80d0625a
commit ca76285bcf

View File

@@ -13,6 +13,10 @@ on:
- "requirements.txt"
- "requirements_all.txt"
concurrency:
group: ${{ github.workflow }}-${{ github.ref_name}}
cancel-in-progress: true
jobs:
init:
name: Initialize wheels builder