Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
Duniter v2S
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Monitor
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
nodes
rust
Duniter v2S
Commits
b4955fa8
Commit
b4955fa8
authored
1 year ago
by
Cédric Moreau
Committed by
Hugo Trentesaux
1 year ago
Browse files
Options
Downloads
Patches
Plain Diff
Fix/clippy on mr (
!208
)
* fix: always run clippy on MR (except WIP)
parent
4389f2ea
No related branches found
No related tags found
1 merge request
!208
Fix/clippy on mr
Pipeline
#34568
passed
1 year ago
Stage: build
Stage: tests
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
.gitlab-ci.yml
+1
-0
1 addition, 0 deletions
.gitlab-ci.yml
with
1 addition
and
0 deletions
.gitlab-ci.yml
+
1
−
0
View file @
b4955fa8
...
...
@@ -56,6 +56,7 @@ fmt_and_clippy:
-
if
:
'
$CI_COMMIT_BRANCH
=~
/^(release\/runtime-)[0-9].*/'
when
:
never
-
if
:
$CI_PIPELINE_SOURCE == "merge_request_event"
when
:
always
-
when
:
manual
stage
:
quality
script
:
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment