Skip to content
Snippets Groups Projects
Commit fbe398b5 authored by catch's avatar catch
Browse files

Issue #3462763 by catch, bbrala, andypost, alexpott: Use artifacts to share...

Issue #3462763 by catch, bbrala, andypost, alexpott: Use artifacts to share the phpstan result and cspell caches from core to MRs (follow-up: also run on daily scheduled tests)
parent d5c0c588
No related branches found
No related tags found
No related merge requests found
......@@ -263,6 +263,7 @@ default:
stage: 🪄 Lint
rules:
- if: $CI_PIPELINE_SOURCE == "push" && $CI_PROJECT_ROOT_NAMESPACE == "project"
- if: $CI_PIPELINE_SOURCE == "schedule" && $CI_PROJECT_ROOT_NAMESPACE == "project" && $DAILY_TEST == "1"
- when: manual
allow_failure: true
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