Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
heptapod
heptapod
Commits
29a316290350
Commit
6ff13622
authored
Jun 25, 2018
by
Jan Provaznik
Committed by
Sean McGivern
Jun 25, 2018
Browse files
Fix auto_cancel_pending_pipelines check
parent
087b0a0c426a
Changes
1
Hide whitespace changes
Inline
Side-by-side
app/models/project.rb
View file @
29a31629
...
@@ -2019,6 +2019,10 @@ def any_lfs_file_locks?
...
@@ -2019,6 +2019,10 @@ def any_lfs_file_locks?
end
end
request_cache
(
:any_lfs_file_locks?
)
{
self
.
id
}
request_cache
(
:any_lfs_file_locks?
)
{
self
.
id
}
def
auto_cancel_pending_pipelines?
auto_cancel_pending_pipelines
==
'enabled'
end
private
private
def
storage
def
storage
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment