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