We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9d20a1b commit 8e86882Copy full SHA for 8e86882
1 file changed
.github/workflows/check-code.yml
@@ -7,6 +7,7 @@ on:
7
branches:
8
- develop
9
- master
10
+ - ag_fix_ci_bencher
11
tags:
12
- '[0-9]+.[0-9]+.[0-9]+*'
13
@@ -331,7 +332,7 @@ jobs:
331
332
env:
333
# Configured by the Docker image. We can't change this unless the image does it.
334
CARGO_HOME: /usr/local/cargo
- needs: cargo-clippy
335
+ #needs: cargo-clippy
336
#if: ${{ github.event_name == 'push'}}
337
338
strategy:
0 commit comments