From 81768907c59c9ca27ad5fae39f5fb18c069fabb1 Mon Sep 17 00:00:00 2001 From: Federico Di Pierro Date: Mon, 30 Sep 2024 14:34:41 +0200 Subject: [PATCH] update(config): update Falco required checks with format code and arm64 test job. Signed-off-by: Federico Di Pierro --- config/config.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/config/config.yaml b/config/config.yaml index 63e6df0deb..63c1c8315d 100644 --- a/config/config.yaml +++ b/config/config.yaml @@ -152,8 +152,10 @@ branch-protection: required_status_checks: contexts: - "test-dev-packages / test-packages" + - "test-dev-packages-arm64 / test-packages" # The musl static package is currently disabled so we do not need to require testing # - "test-dev-packages (static) / test-packages" + - "format code 🐲" # note: we don't need build jobs, since tests depends on them branches: master: