From e168cb324404f5e6b57d17a26415ed0b4cecefd5 Mon Sep 17 00:00:00 2001 From: Andrew Halberstadt Date: Tue, 24 Oct 2023 22:29:10 -0400 Subject: [PATCH] ci: fix 'cached-task-prefix' --- taskcluster/ci/config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/taskcluster/ci/config.yml b/taskcluster/ci/config.yml index 64b4949..7ffa31a 100644 --- a/taskcluster/ci/config.yml +++ b/taskcluster/ci/config.yml @@ -3,7 +3,7 @@ trust-domain: "mozilla" task-priority: low taskgraph: - cached-task-prefix: "mozilla.v2.simple-github-client" + cached-task-prefix: "mozilla.v2.simple-github" repositories: simple-github-client: name: "simple-github-client"