From 773d2df5649b24f3faa20fa7c9a7b012e21a8f2d Mon Sep 17 00:00:00 2001 From: Niels de Vos Date: Mon, 20 Feb 2023 13:46:23 +0100 Subject: [PATCH] ci: no need to run multi-arch-build for `/actions/retest` Signed-off-by: Niels de Vos --- .github/dependabot.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 23e7a763e..0d13462ff 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -45,6 +45,7 @@ updates: labels: - rebase - ci/skip/e2e + - ci/skip/multi-arch-build commit-message: prefix: "rebase" - package-ecosystem: "gomod"