Skip to content
Snippets Groups Projects
Commit d78ff515 authored by Marcel Amirault's avatar Marcel Amirault :interrobang:
Browse files

Merge branch 'waldyrious-master-patch-02332' into 'master'

Fix keyword for scheduled pipelines

See merge request !135058



Merged-by: default avatarMarcel Amirault <mamirault@gitlab.com>
Approved-by: default avatarMarcel Amirault <mamirault@gitlab.com>
Co-authored-by: default avatarWaldir Pimenta <waldyrious@gmail.com>
parents aa64015c 1c4f8306
No related branches found
No related tags found
1 merge request!135058Fix keyword for scheduled pipelines
Pipeline #1049861383 passed
......@@ -933,7 +933,7 @@ types the variables can control for:
| `CI_COMMIT_BRANCH` | Yes | | | Yes |
| `CI_COMMIT_TAG` | | Yes | | Yes, if the scheduled pipeline is configured to run on a tag. |
| `CI_PIPELINE_SOURCE = push` | Yes | Yes | | |
| `CI_PIPELINE_SOURCE = scheduled` | | | | Yes |
| `CI_PIPELINE_SOURCE = schedule` | | | | Yes |
| `CI_PIPELINE_SOURCE = merge_request_event` | | | Yes | |
| `CI_MERGE_REQUEST_IID` | | | Yes | |
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment