From 3ee135b0208b479653d627ebf28ae0fa2c333a3f Mon Sep 17 00:00:00 2001 From: LucaZanni Date: Thu, 9 Apr 2026 19:46:59 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=91=B7=20ci(release):=20aggiungi=20workar?= =?UTF-8?q?ound=20per=20bug=20runs-on=20in=20Gitea?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - aggiunta runs-on: catthehacker-latest per aggirare bug #34986 - commento esplicativo sul motivo della modifica - garantita corretta esecuzione workflow_call su Gitea --- examples/microservizio/release.yml | 1 + examples/python/release.yml | 1 + 2 files changed, 2 insertions(+) diff --git a/examples/microservizio/release.yml b/examples/microservizio/release.yml index 7c680f4..0770429 100644 --- a/examples/microservizio/release.yml +++ b/examples/microservizio/release.yml @@ -13,6 +13,7 @@ on: jobs: docker-release: + runs-on: catthehacker-latest # workaround Gitea bug #34986: runs-on non rispettato in workflow_call uses: https://gitea.com/Punga78/shared-actions/.gitea/workflows/docker-release.yml@v1 secrets: inherit with: diff --git a/examples/python/release.yml b/examples/python/release.yml index 0e978bb..a213ad2 100644 --- a/examples/python/release.yml +++ b/examples/python/release.yml @@ -18,6 +18,7 @@ on: jobs: docker-release: + runs-on: catthehacker-latest # workaround Gitea bug #34986: runs-on non rispettato in workflow_call uses: https://gitea.com/Punga78/shared-actions/.gitea/workflows/python-docker-release.yml@v1 secrets: inherit with: