From f12ed3d2ca46113a010e9f1788b75fb475f4aa9b Mon Sep 17 00:00:00 2001 From: arg3t Date: Thu, 19 Dec 2024 16:01:15 +0100 Subject: [PATCH] Remove runner specification --- .gitea/workflows/gitea-ci.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.gitea/workflows/gitea-ci.yml b/.gitea/workflows/gitea-ci.yml index 01850fa..27d56a7 100644 --- a/.gitea/workflows/gitea-ci.yml +++ b/.gitea/workflows/gitea-ci.yml @@ -8,7 +8,6 @@ on: [ push ] jobs: publish: - runs-on: cth-ubuntu-latest if: gitea.ref == 'refs/heads/main' steps: - uses: https://github.com/actions/checkout@v4