mirror of
https://github.com/isar/rusqlite.git
synced 2025-04-02 04:12:59 +08:00
Cancel previous run
This commit is contained in:
parent
7990451725
commit
c69f2f9a78
4
.github/workflows/main.yml
vendored
4
.github/workflows/main.yml
vendored
@ -20,6 +20,10 @@ env:
|
|||||||
permissions:
|
permissions:
|
||||||
contents: read
|
contents: read
|
||||||
|
|
||||||
|
concurrency:
|
||||||
|
group: ${{ github.head_ref }}
|
||||||
|
cancel-in-progress: true
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
test:
|
test:
|
||||||
name: Test ${{ matrix.target }}
|
name: Test ${{ matrix.target }}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user