From fc6bdda2e99ed1426dc2f4aa32db0169b34e956f Mon Sep 17 00:00:00 2001 From: dd Date: Wed, 29 Jan 2025 08:16:27 +0100 Subject: circinus: added blacklist entry for broken vyos-1x copy --- new/lib/github.py | 2 ++ 1 file changed, 2 insertions(+) (limited to 'new/lib/github.py') diff --git a/new/lib/github.py b/new/lib/github.py index 25debce..7190b5a 100644 --- a/new/lib/github.py +++ b/new/lib/github.py @@ -30,9 +30,11 @@ class GitHub: self.blacklist = { "current": [ "vyos/libpam-tacplus", + "vyos/gh-action-test-vyos-1x", ], "circinus": [ "vyos/libpam-tacplus", + "vyos/gh-action-test-vyos-1x", ], } -- cgit v1.2.3