Block github tagging on push-apk (#15546) (#15702)

Currently, push-apk fails to verify its chain of trust if github tagging
is done before it runs. Until this is fixed, we need to make sure
tagging is blocked on pushing.

Co-authored-by: Ben Hearsum <bhearsum@mozilla.com>
This commit is contained in:
Stefan Arentz 2020-10-05 15:34:25 -04:00 committed by GitHub
parent 6535d96b37
commit 7ef522546c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 0 deletions

View File

@ -10,6 +10,9 @@ transforms:
- taskgraph.transforms.task:transforms
kind-dependencies:
# To work around a race condition where if this runs before
# push-apk, push-apk fails to verify chain of trust
- push-apk
- signing
primary-dependency: signing