diff --git a/taskcluster/taskgraph/transforms/push_apk.py b/taskcluster/taskgraph/transforms/push_apk.py index 8c34ceee21b7..c8237f77145b 100644 --- a/taskcluster/taskgraph/transforms/push_apk.py +++ b/taskcluster/taskgraph/transforms/push_apk.py @@ -128,7 +128,7 @@ def generate_upstream_artifacts(job, dependencies): 'taskType': 'signing', 'paths': ['{}/target.apk'.format(artifact_prefix)], } for task_kind in dependencies.keys() - if 'google-play-strings' not in task_kind + if task_kind not in ('google-play-strings', 'push-apk-checks') ] google_play_strings = [{