aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorsaturneric <[email protected]>2025-07-06 00:35:13 +0000
committersaturneric <[email protected]>2025-07-06 00:35:13 +0000
commiteb23f129144c8bdeff5b8b5ac9cf4a9bd499a974 (patch)
treec64f4bf30c9f7970a8e21445fbab45277b7e4d23
parentrefactor(ci): update docker job to support multiple environments (diff)
downloadManual-eb23f129144c8bdeff5b8b5ac9cf4a9bd499a974.tar.gz
Manual-eb23f129144c8bdeff5b8b5ac9cf4a9bd499a974.zip
refactor(ci): simplify runner configuration for Docker job
* Removed redundant runner options to streamline CI configuration.
-rw-r--r--.gitea/workflows/ci.yaml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.gitea/workflows/ci.yaml b/.gitea/workflows/ci.yaml
index 1b7ac7d..e4de8a1 100644
--- a/.gitea/workflows/ci.yaml
+++ b/.gitea/workflows/ci.yaml
@@ -7,7 +7,7 @@ on: [push]
jobs:
docker:
- runs-on: [ubuntu-latest, ubuntu-latest-server]
+ runs-on: ubuntu-latest-server
steps:
# GitHub Actions do not automatically checkout your projects. If you need the code
# you need to check it out.