From 15fe1b0e9b09b79a46ee6d320bf402f8d97013c6 Mon Sep 17 00:00:00 2001 From: bartfaik04 Date: Mon, 2 Jun 2025 13:42:25 +0200 Subject: [PATCH] Update ci --- .gitea/workflows/ci.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitea/workflows/ci.yml b/.gitea/workflows/ci.yml index c14b36e..468e79f 100644 --- a/.gitea/workflows/ci.yml +++ b/.gitea/workflows/ci.yml @@ -6,6 +6,7 @@ on: jobs: build: runs-on: ubuntu-24.04 + tags: [ubuntu] steps: - name: Checkout code uses: actions/checkout@v3 @@ -25,6 +26,7 @@ jobs: release: if: startsWith(github.ref, 'refs/tags/') runs-on: ubuntu-24.04 + tags: [ubuntu] needs: build steps: - name: Checkout code