CI: Cancel concurrent Wheel jobs (#91867)

pull/91873/head
Franck Nijhof 2023-04-22 20:56:52 +02:00 committed by GitHub
parent 0f80d0625a
commit ca76285bcf
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 0 deletions

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