Skip to content
Snippets Groups Projects
Commit e24cf411 authored by Markus Holzer's avatar Markus Holzer
Browse files

Merge branch 'fix-pages-task' into 'master'

Remove `pages` deploy task from scheduled pipelines

See merge request !404
parents 8658a203 8dbce808
Branches
Tags
1 merge request!404Remove `pages` deploy task from scheduled pipelines
Pipeline #67657 passed with stages
in 3 minutes and 48 seconds
......@@ -13,6 +13,11 @@ stages:
rules:
- if: $CI_PIPELINE_SOURCE != "schedule"
# Configuration for jobs meant to run on each commit to pycodegen/pystencils/master
.every-commit-master:
rules:
- if: '$CI_PIPELINE_SOURCE != "schedule" && $CI_PROJECT_PATH == "pycodegen/pystencils" && $CI_COMMIT_BRANCH == "master"'
# Base configuration for jobs meant to run at a schedule
.scheduled:
rules:
......@@ -341,7 +346,7 @@ build-documentation:
pages:
image: i10git.cs.fau.de:5005/pycodegen/pycodegen/full
# extends: .every-commit
extends: .every-commit-master
stage: deploy
needs: ["tests-and-coverage", "build-documentation"]
script:
......@@ -353,5 +358,3 @@ pages:
- public
tags:
- docker
only:
- master@pycodegen/pystencils
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