Bug 1808605 - part 24: Delete `complete` task for already being define

(cherry picked from commit 0948b3952930e3b41f16adfe0e32cb0bfa5f33c5)
pull/600/head
Johan Lorenzo 2 years ago committed by mergify[bot]
parent ebe2934ba9
commit 360255daa7

@ -1,28 +0,0 @@
# This Source Code Form is subject to the terms of the Mozilla Public
# License, v. 2.0. If a copy of the MPL was not distributed with this
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
---
loader: taskgraph.loader.transform:loader
kind-dependencies:
- build
- lint
- test
- ui-test
transforms:
- taskgraph.transforms.code_review:transforms
- taskgraph.transforms.task:transforms
task-defaults:
worker-type: succeed
tasks:
pr:
description: PR Summary Task
run-on-tasks-for: [github-pull-request]
push:
description: Push Summary Task
run-on-tasks-for: [github-push]
Loading…
Cancel
Save