mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-29 20:46:07 +03:00
Only allow a single abi-cafe run at a time per branch
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
name: CI
|
||||
name: Abi-cafe
|
||||
|
||||
on:
|
||||
- push
|
||||
@@ -7,6 +7,9 @@ jobs:
|
||||
abi_cafe:
|
||||
runs-on: ${{ matrix.os }}
|
||||
timeout-minutes: 60
|
||||
concurrency:
|
||||
group: ${{ github.workflow }}-${{ github.ref }}-${{ matrix.os }}-${{ matrix.env.TARGET_TRIPLE }}
|
||||
cancel-in-progress: true
|
||||
|
||||
defaults:
|
||||
run:
|
||||
|
||||
Reference in New Issue
Block a user