CI: allow "never" in job:artifacts:expire_in
Please make this possible:
job:
artifacts:
expire_in: never # <----- THIS
paths:
- something
Currently, it's only doable via UI using "Keep" button:
Please make this possible:
job:
artifacts:
expire_in: never # <----- THIS
paths:
- something
Currently, it's only doable via UI using "Keep" button: