Bug 1895157 - Set always-target for buildconfig tasks r=jcristau

The buildconfig tasks are lint-like tasks that should run on-push whenever certain files are modified, even on try when not explicitly requested. The existing skip-unless-changed optimizations look correct, but always-target was missing.

Differential Revision: https://phabricator.services.mozilla.com/D209606
This commit is contained in:
Geoff Brown 2024-05-07 13:36:25 +00:00
Родитель 4e283c6e5f
Коммит 1ea3af1622
1 изменённых файлов: 1 добавлений и 0 удалений

Просмотреть файл

@ -4,6 +4,7 @@
---
job-defaults:
description: Make sure the content of .buildconfig.yml matches what gradle knows about its projects
always-target: true
run:
using: run-task
cwd: '{checkout}'