ci: limit concurrency

This commit is contained in:
Carson M.
2025-09-20 02:27:45 -05:00
parent 20093aefdf
commit df992cb910
5 changed files with 33 additions and 35 deletions

View File

@@ -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)