ci(gitlabci): skip bundle job for forked projects

This commit is contained in:
Yassine Doghri 2022-02-22 15:16:10 +00:00
parent 4a9ed75435
commit 5e5e9b2b3f
1 changed files with 3 additions and 0 deletions

View File

@ -91,6 +91,9 @@ bundle:
name: "castopod-${CI_COMMIT_REF_SLUG}_${CI_COMMIT_SHORT_SHA}"
paths:
- castopod
only:
variables:
- $CI_PROJECT_NAMESPACE == "adaures"
except:
- main
- beta