Unverified Commit ba23ee23 authored by Vasili Novikov's avatar Vasili Novikov
Browse files

WIP limit CI scope

parent 7d169fcc
Showing with 4 additions and 2 deletions
+4 -2
......@@ -26,7 +26,7 @@ branch executable:
- target/release/pod
expire_in: 3 months
rules:
- if: '$CI_PIPELINE_SOURCE != "branches"'
- if: '$CI_PIPELINE_SOURCE != "push"'
when: never
- if: '$CI_COMMIT_BRANCH != "dev"'
......@@ -39,7 +39,7 @@ dev executable:
- target/release/pod
expire_in: 1 year
rules:
- if: '$CI_PIPELINE_SOURCE != "branches"'
- if: '$CI_PIPELINE_SOURCE != "push"'
when: never
- if: '$CI_COMMIT_BRANCH == "dev"'
......@@ -55,4 +55,6 @@ pages:
paths:
- public
rules:
- if: '$CI_PIPELINE_SOURCE != "push"'
when: never
- if: '$CI_COMMIT_BRANCH == "dev"'
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment