Skip to content
Snippets Groups Projects
Commit 2fe96bab authored by Dominik Hebeler's avatar Dominik Hebeler
Browse files

skipping pipelines if no changes

parent e2e87c9b
No related branches found
No related tags found
5 merge requests!1645Development,!1635Development,!1634Development,!1631Development,!1628Resolve "Add more integration tests"
......@@ -36,6 +36,9 @@ stages:
build:
services:
only:
changes:
- Dockerfile
# Prepares the secret files that we cannot or don't want to share with public
prepare_secrets_master:
......@@ -125,6 +128,11 @@ prepare_node:
only:
- branches
- tags
changes:
- resources/js/**/*
- webpack.mix.js
- package.json
- package-lock.json
prepare_composer:
stage: prepare
......@@ -138,6 +146,9 @@ prepare_composer:
key: "composer-$CI_JOB_STAGE-$CI_COMMIT_REF_SLUG"
paths:
- vendor
only:
changes:
- composer.json
review:
variables:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment