Skip to content

Commit

Permalink
UGLYCOMMITTOMAKERUN
Browse files Browse the repository at this point in the history
  • Loading branch information
teoti001 committed Aug 16, 2021
1 parent f858f65 commit 8e207d4
Showing 1 changed file with 8 additions and 5 deletions.
13 changes: 8 additions & 5 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,14 @@ workflow:
# Similar to "MergeRequest-Pipelines" default template.
# Adds extra "EXTERNAL_PULL_REQUEST_IID"
# see: https://gitlab.com/gitlab-org/gitlab/-/blob/master/lib/gitlab/ci/templates/Workflows/MergeRequest-Pipelines.gitlab-ci.yml
rules:
- if: $CI_MERGE_REQUEST_IID
- if: $CI_EXTERNAL_PULL_REQUEST_IID
- if: $CI_COMMIT_TAG
- if: $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH
# rules:
# - if: $CI_MERGE_REQUEST_IID
# - if: $CI_EXTERNAL_PULL_REQUEST_IID
# - if: $CI_COMMIT_TAG
# - if: $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH
default:
tags:
~

stages:
- test
Expand Down

0 comments on commit 8e207d4

Please sign in to comment.