commit:     3a293cc13bf4952ec60ce493ebc15fe18d9f59ea
Author:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Fri Jan  2 08:06:45 2026 +0000
Commit:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Fri Jan  2 08:06:45 2026 +0000
URL:        
https://gitweb.gentoo.org/proj/pkgcore/pkgcore.git/commit/?id=3a293cc1

ci: allow gentoo-regen to fail for now

Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>

 .github/workflows/test.yml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml
index 6fffc078..d6645b34 100644
--- a/.github/workflows/test.yml
+++ b/.github/workflows/test.yml
@@ -152,6 +152,7 @@ jobs:
 
   gentoo-regen:
     runs-on: ubuntu-latest
+    continue-on-error: true # This job currently fails with ubuntu's bash 5.3
     steps:
     - name: Checkout pkgcore
       uses: pkgcore/gh-actions/get-source@main

Reply via email to