From ca01cc7d4c56580aeb4de199be147169b577f9d7 Mon Sep 17 00:00:00 2001 From: djpbessems Date: Sat, 8 Jun 2024 21:30:55 +1000 Subject: [PATCH] chore: Switch to dind runner --- .gitea/workflows/actions.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/actions.yaml b/.gitea/workflows/actions.yaml index f115a7f..eeff966 100644 --- a/.gitea/workflows/actions.yaml +++ b/.gitea/workflows/actions.yaml @@ -59,7 +59,7 @@ jobs: # volumes: # - /data:/data # - /output:/output - runs-on: dind-rootless + runs-on: dind # needs: [semrel_dryrun, linting] needs: semrel_dryrun steps: