[fenix] Block github tagging on push-apk (https://github.com/mozilla-mobile/fenix/pull/15546)

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.
pull/600/head
Ben Hearsum 4 years ago committed by GitHub
parent af732f0748
commit 6977b53c5f

@ -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

Loading…
Cancel
Save