Skip to content

Commit

Permalink
Disable pipeline for mirror
Browse files Browse the repository at this point in the history
  • Loading branch information
Taucher2003 committed Dec 18, 2023
1 parent b11f045 commit 8edf960
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions .github/workflows/mirror.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,5 @@ jobs:
- run: >-
git
-c credential.helper='!f() { sleep 1; echo "username=${{ secrets.GL_API_USER }}"; echo "password=${{ secrets.GL_API_TOKEN }}"; }; f'
-o ci.skip
push gitlab HEAD:build-branch
4 changes: 2 additions & 2 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ build:
- .build
stage: build
rules:
- if: $CI_COMMIT_BRANCH != "build-branch"
- if: $CI_COMMIT_BRANCH != "build-branch" && $CI_COMMIT_BRANCH != "glpa/main"

pages:
extends:
Expand All @@ -23,4 +23,4 @@ pages:
paths:
- public
rules:
- if: $CI_COMMIT_BRANCH == "build-branch"
- if: $CI_COMMIT_BRANCH == "build-branch" || $CI_COMMIT_BRANCH == "glpa/main"

0 comments on commit 8edf960

Please sign in to comment.