Skip to content

Commit a2e4eeb

Browse files
committed
Disable rust ci check
1 parent 2b95936 commit a2e4eeb

File tree

1 file changed

+9
-8
lines changed

1 file changed

+9
-8
lines changed

.github/workflows/rust.yml

+9-8
Original file line numberDiff line numberDiff line change
@@ -18,14 +18,15 @@
1818
name: Rust
1919

2020
on:
21-
push:
22-
branches:
23-
- 'master'
24-
- 'branch-*'
25-
tags:
26-
- '*'
27-
pull_request:
28-
workflow_dispatch:
21+
# As the rust ci is failed all the time, we disable it for now.
22+
# push:
23+
# branches:
24+
# - 'master'
25+
# - 'branch-*'
26+
# tags:
27+
# - '*'
28+
# pull_request:
29+
# workflow_dispatch:
2930

3031
env:
3132
CARGO_TERM_COLOR: always

0 commit comments

Comments
 (0)