Skip to content

Commit 3d4de83

Browse files
committed
fix build
1 parent 41946e7 commit 3d4de83

File tree

3 files changed

+14
-2
lines changed

3 files changed

+14
-2
lines changed

.github/workflows/cuda-rust.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
name: CUDA Rust
22

3+
concurrency:
4+
group: ${{ github.workflow }}-${{ github.head_ref }}
5+
cancel-in-progress: true
6+
37
on:
48
push:
59
branches: [ "main" ]

.github/workflows/manylinux.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,8 @@
1-
name: Docker
1+
name: Manylinux 2.28
2+
3+
concurrency:
4+
group: ${{ github.workflow }}-${{ github.head_ref }}
5+
cancel-in-progress: true
26

37
on:
48
push:

.github/workflows/python-313-rust.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,8 @@
1-
name: Docker
1+
name: Python 3.13 Rust
2+
3+
concurrency:
4+
group: ${{ github.workflow }}-${{ github.head_ref }}
5+
cancel-in-progress: true
26

37
on:
48
push:

0 commit comments

Comments
 (0)