Skip to content
Snippets Groups Projects
Commit c27482d1 authored by Frederik Hennig's avatar Frederik Hennig
Browse files

fix project path

parent e093cabe
No related branches found
No related tags found
1 merge request!173Remove `pages` deploy task from scheduled pipelines
Pipeline #67806 passed
......@@ -15,7 +15,7 @@ stages:
# 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"'
- if: '$CI_PIPELINE_SOURCE != "schedule" && $CI_PROJECT_PATH == "pycodegen/lbmpy" && $CI_COMMIT_BRANCH == "master"'
# Base configuration for jobs meant to run at a schedule
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment