CI: Remove running block against default branch
This commit is contained in:
parent
f6201d3163
commit
7225334049
1 changed files with 0 additions and 2 deletions
|
@ -23,8 +23,6 @@ basic-zola-test:
|
||||||
interruptible: true
|
interruptible: true
|
||||||
rules:
|
rules:
|
||||||
- if: '$CI_PIPELINE_SOURCE == "merge_request_event"'
|
- if: '$CI_PIPELINE_SOURCE == "merge_request_event"'
|
||||||
- if: '$CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH'
|
|
||||||
when: never
|
|
||||||
before_script:
|
before_script:
|
||||||
- pacman --needed --noconfirm --sync --refresh --sysupgrade zola
|
- pacman --needed --noconfirm --sync --refresh --sysupgrade zola
|
||||||
script:
|
script:
|
||||||
|
|
Loading…
Reference in a new issue