Always allow CI runs for tags
This commit is contained in:
parent
5ad9f2146e
commit
044f75c0b0
@ -11,6 +11,8 @@ cache:
|
||||
|
||||
workflow:
|
||||
rules:
|
||||
- if: $CI_COMMIT_TAG
|
||||
when: always
|
||||
- if: $CI_COMMIT_AUTHOR == "Gitlab CI <ci@gitlab.com>"
|
||||
when: never
|
||||
- when: always
|
||||
|
Loading…
Reference in New Issue
Block a user