Skip to content

Commit

Permalink
Disable rust ci check
Browse files Browse the repository at this point in the history
  • Loading branch information
maobaolong committed Aug 13, 2024
1 parent 2b95936 commit a2e4eeb
Showing 1 changed file with 9 additions and 8 deletions.
17 changes: 9 additions & 8 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,14 +18,15 @@
name: Rust

on:
push:
branches:
- 'master'
- 'branch-*'
tags:
- '*'
pull_request:
workflow_dispatch:
# As the rust ci is failed all the time, we disable it for now.
# push:
# branches:
# - 'master'
# - 'branch-*'
# tags:
# - '*'
# pull_request:
# workflow_dispatch:

env:
CARGO_TERM_COLOR: always
Expand Down

0 comments on commit a2e4eeb

Please sign in to comment.