Skip to content
Snippets Groups Projects
Commit 2391325e authored by Allan Blanchard's avatar Allan Blanchard
Browse files

[ci] fix opam pin target

parent 63c5ec3c
No related branches found
No related tags found
No related merge requests found
...@@ -339,11 +339,15 @@ opam-pin: ...@@ -339,11 +339,15 @@ opam-pin:
- $RELEASE == "yes" - $RELEASE == "yes"
when: manual when: manual
opam-pin-automatic: opam-pin-nightly:
<<: *opam_pin_template <<: *opam_pin_template
only: only:
refs: refs:
- schedules - schedules
opam-pin-release:
<<: *opam_pin_template
only:
variables: variables:
- $RELEASE == "yes" - $RELEASE == "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