Skip to content
Snippets Groups Projects

Remove `pages` deploy task from scheduled pipelines

Merged Frederik Hennig requested to merge fhennig/fix-nightly-ci into master
Viewing commit c27482d1
Prev
Show latest version
1 file
+ 1
1
Preferences
Compare changes
+ 1
1
@@ -15,7 +15,7 @@ stages:
@@ -15,7 +15,7 @@ stages:
# Configuration for jobs meant to run on each commit to pycodegen/pystencils/master
# Configuration for jobs meant to run on each commit to pycodegen/pystencils/master
.every-commit-master:
.every-commit-master:
rules:
rules:
- if: '$CI_PIPELINE_SOURCE != "schedule" && $CI_PROJECT_PATH == "pycodegen/pystencils" && $CI_COMMIT_BRANCH == "master"'
- if: '$CI_PIPELINE_SOURCE != "schedule" && $CI_PROJECT_PATH == "pycodegen/lbmpy" && $CI_COMMIT_BRANCH == "master"'
# Base configuration for jobs meant to run at a schedule
# Base configuration for jobs meant to run at a schedule