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 9b4f650 commit f252721Copy full SHA for f252721
2 files changed
.github/configs/metax.yml
@@ -13,6 +13,10 @@ runner_labels:
13
- X64
14
- metax
15
- dev
16
+ # - self-hosted
17
+ # - Linux
18
+ # - X64
19
+ # - mx-4g-cicd-test
20
21
container_volumes:
22
- /nfs/metax_fs:/nfs/metax_fs
.github/workflows/all_tests_cuda.yml
@@ -1,10 +1,10 @@
1
name: cuda_tests
2
3
on:
4
- # push:
5
- # branches: ["main"]
6
- # pull_request:
7
+ push:
+ branches: ["main"]
+ pull_request:
8
workflow_dispatch:
9
10
concurrency:
0 commit comments