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
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
nodes
rust
Duniter v2S
Commits
bc9f1b6a
Commit
bc9f1b6a
authored
3 years ago
by
Éloïs
Browse files
Options
Downloads
Patches
Plain Diff
ci: auto exec job fmt_and_clippy for MRs only
parent
0f62fd71
No related branches found
No related tags found
1 merge request
!9
upgrade substrate to monthly-2022-01
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
.gitlab-ci.yml
+2
-2
2 additions, 2 deletions
.gitlab-ci.yml
with
2 additions
and
2 deletions
.gitlab-ci.yml
+
2
−
2
View file @
bc9f1b6a
...
...
@@ -23,8 +23,8 @@ fmt_and_clippy:
rules
:
-
if
:
$CI_COMMIT_TAG
when
:
never
-
if
:
$CI_
MERGE_REQUEST_ID
-
when
:
on_success
-
if
:
$CI_
PIPELINE_SOURCE == "merge_request_event"
-
when
:
manual
stage
:
quality
script
:
-
cargo fmt -- --version
...
...
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