Skip to content
Snippets Groups Projects

Issue #3390073: Use 'needs' instead of 'dependencies' to speed up gitlab CI jobs

Closed Issue #3390073: Use 'needs' instead of 'dependencies' to speed up gitlab CI jobs
Closed catch requested to merge issue/drupal-3390073:3390073-use-needs into 11.x
Files
2
+ 2
2
@@ -45,14 +45,14 @@ stages:
- ./core/node_modules
.with-composer-cache: &with-composer-cache
dependencies:
needs:
- '📦️ Composer'
cache:
policy: pull
<<: *composer-cache
.with-yarn-cache: &with-yarn-cache
dependencies:
needs:
- '📦️ Yarn'
cache:
policy: pull
Loading