Skip to content

Commit 8e86882

Browse files
committed
fix ci
1 parent 9d20a1b commit 8e86882

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/check-code.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ on:
77
branches:
88
- develop
99
- master
10+
- ag_fix_ci_bencher
1011
tags:
1112
- '[0-9]+.[0-9]+.[0-9]+*'
1213

@@ -331,7 +332,7 @@ jobs:
331332
env:
332333
# Configured by the Docker image. We can't change this unless the image does it.
333334
CARGO_HOME: /usr/local/cargo
334-
needs: cargo-clippy
335+
#needs: cargo-clippy
335336
#if: ${{ github.event_name == 'push'}}
336337

337338
strategy:

0 commit comments

Comments
 (0)