We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 41946e7 commit 3d4de83Copy full SHA for 3d4de83
.github/workflows/cuda-rust.yml
@@ -1,5 +1,9 @@
1
name: CUDA Rust
2
3
+concurrency:
4
+ group: ${{ github.workflow }}-${{ github.head_ref }}
5
+ cancel-in-progress: true
6
+
7
on:
8
push:
9
branches: [ "main" ]
.github/workflows/manylinux.yml
@@ -1,4 +1,8 @@
-name: Docker
+name: Manylinux 2.28
.github/workflows/python-313-rust.yml
+name: Python 3.13 Rust
0 commit comments