Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
G
gitlab-ce
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
1
Merge Requests
1
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
nexedi
gitlab-ce
Commits
da4e2807
Commit
da4e2807
authored
Dec 12, 2019
by
drew cimino
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fixed workflow:rules release version in docs
parent
e92c26bc
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
doc/ci/yaml/README.md
doc/ci/yaml/README.md
+3
-3
No files found.
doc/ci/yaml/README.md
View file @
da4e2807
...
...
@@ -1024,16 +1024,16 @@ Additional job configuration may be added to rules in the future. If something
useful isn't available, please
[
open an issue
](
https://gitlab.com/gitlab-org/gitlab/issues
)
.
###
#
`workflow:rules`
### `workflow:rules`
>
Introduced in Gitlab 12.6
>
[Introduced](https://gitlab.com/gitlab-org/gitlab/issues/29654) in GitLab 12.5
The top-level
`workflow:`
key applies to the entirety of a pipeline, and will
determine whether or not a pipeline is created. It currently accepts a single
`rules:`
key that operates similarly to
[
`rules:` defined within jobs
](
#rules
)
,
enabling dynamic configuration of the pipeline.
The
only
configuration options currently available for
`workflow:rules`
are:
The configuration options currently available for
`workflow:rules`
are:
-
[
`if`
](
#rulesif
)
: Define a rule.
-
[
`when`
](
#when
)
: May be set to
`always`
or
`never`
only. If not provided, the default value is
`always`
.
...
...
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