From 625661938f547b7eb1f6c9ed1812bcd5343cc80b Mon Sep 17 00:00:00 2001 From: Pat Teruel Date: Tue, 30 Dec 2025 23:37:29 +0800 Subject: [PATCH] ci: update workflows for Agent runner labels --- .gitea/workflows/build.yml | 2 +- .gitea/workflows/pr-validation.yml | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.gitea/workflows/build.yml b/.gitea/workflows/build.yml index e05b229..e5d5e64 100644 --- a/.gitea/workflows/build.yml +++ b/.gitea/workflows/build.yml @@ -11,7 +11,7 @@ env: jobs: build: - runs-on: Agent + runs-on: ubuntu-latest steps: - name: Build Docker image run: | diff --git a/.gitea/workflows/pr-validation.yml b/.gitea/workflows/pr-validation.yml index 7b15e54..68e5f82 100644 --- a/.gitea/workflows/pr-validation.yml +++ b/.gitea/workflows/pr-validation.yml @@ -6,7 +6,7 @@ on: jobs: validate-pr-title: - runs-on: Agent + runs-on: ubuntu-latest steps: - name: PR - Validate PR title follows Conventional Commits run: | @@ -47,7 +47,7 @@ jobs: fi validate-docker: - runs-on: Agent + runs-on: ubuntu-latest steps: - name: PR - Validate Dockerfile syntax run: | @@ -81,7 +81,7 @@ jobs: fi build-test: - runs-on: Agent + runs-on: ubuntu-latest steps: - name: PR - Build and test Docker image run: | @@ -125,7 +125,7 @@ jobs: echo "✅ All container tests passed" check-files: - runs-on: Agent + runs-on: ubuntu-latest steps: - name: PR - Check required files exist run: |