Skip to content
This repository was archived by the owner on Nov 15, 2023. It is now read-only.

Commit fccb923

Browse files
bkchrTriplEight
andauthored
Update to make cargo-deny happy (#6547)
* Update to make cargo-deny happy * Remove cargo deny from CI * change (ci): run cargo deny only on tags and schedules Co-authored-by: Denis P <[email protected]>
1 parent 996a86c commit fccb923

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

.gitlab-ci.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -158,6 +158,10 @@ cargo-audit:
158158
cargo-deny:
159159
stage: test
160160
<<: *docker-env
161+
only:
162+
- schedules
163+
- tags
164+
- web
161165
script:
162166
- cargo deny check --hide-inclusion-graph -c .maintain/deny.toml
163167
after_script:

Cargo.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)