File tree 1 file changed +4
-0
lines changed
1 file changed +4
-0
lines changed Original file line number Diff line number Diff line change 95
95
# Source: https://github.com/arduino/tooling-project-assets/blob/main/workflow-templates/assets/check-dependencies-task/Taskfile.yml
96
96
general:cache-dep-licenses :
97
97
desc : Cache dependency license metadata
98
+ run : when_changed
98
99
deps :
99
100
- task : general:prepare-deps
100
101
cmds :
@@ -147,6 +148,7 @@ tasks:
147
148
# Source: https://github.com/arduino/tooling-project-assets/blob/main/workflow-templates/assets/check-go-dependencies-task/Taskfile.yml
148
149
general:prepare-deps :
149
150
desc : Prepare project dependencies for license check
151
+ run : when_changed
150
152
# No preparation is needed for Go module-based projects.
151
153
152
154
# Source: https://github.com/arduino/tooling-project-assets/blob/main/workflow-templates/assets/check-go-task/Taskfile.yml
@@ -253,6 +255,7 @@ tasks:
253
255
PROJECT_PATH: Path of the npm-managed project (default: {{.DEFAULT_NPM_PROJECT_PATH}}).
254
256
dir : |
255
257
"{{default .DEFAULT_NPM_PROJECT_PATH .PROJECT_PATH}}"
258
+ run : when_changed
256
259
cmds :
257
260
- npm install
258
261
@@ -374,6 +377,7 @@ tasks:
374
377
Install dependencies managed by Poetry.
375
378
Environment variable parameters:
376
379
POETRY_GROUPS: Poetry dependency groups to install (default: install all dependencies).
380
+ run : when_changed
377
381
deps :
378
382
- task : poetry:install
379
383
cmds :
You can’t perform that action at this time.
0 commit comments