mirror of
https://github.com/pykeio/ort
synced 2026-04-25 16:34:55 +02:00
ci: limit concurrency
This commit is contained in:
10
.github/workflows/custom-static-link.yml
vendored
10
.github/workflows/custom-static-link.yml
vendored
@@ -10,12 +10,16 @@ on:
|
||||
paths:
|
||||
- 'ort-sys/build.rs'
|
||||
pull_request:
|
||||
types: [ opened, synchronize, reopened ]
|
||||
paths:
|
||||
- 'ort-sys/build.rs'
|
||||
- 'ort-sys/build/**/*.rs'
|
||||
permissions:
|
||||
contents: read
|
||||
concurrency:
|
||||
group: '${{ github.workflow }} @ ${{ github.event.pull_request.head.label || github.head_ref || github.ref }}'
|
||||
cancel-in-progress: true
|
||||
env:
|
||||
RUST_BACKTRACE: 1
|
||||
CARGO_INCREMENTAL: 0
|
||||
CARGO_PROFILE_DEV_DEBUG: 0
|
||||
jobs:
|
||||
static-link-linux:
|
||||
name: Linux (x64)
|
||||
|
||||
Reference in New Issue
Block a user