Update .gitea/workflows/build.yml

This commit is contained in:
2026-03-22 21:04:01 +00:00
parent 0eea473670
commit c3f651f421

View File

@@ -6,7 +6,7 @@ on:
jobs: jobs:
e2e: e2e:
runs-on: ubuntu-latest runs-on: deploy
steps: steps:
- name: Checkout - name: Checkout
@@ -33,7 +33,7 @@ jobs:
!startsWith(github.event.head_commit.message, 'ci') && !startsWith(github.event.head_commit.message, 'ci') &&
!startsWith(github.event.head_commit.message, 'tests') && !startsWith(github.event.head_commit.message, 'tests') &&
!startsWith(github.event.head_commit.message, 'no-deploy') !startsWith(github.event.head_commit.message, 'no-deploy')
runs-on: ubuntu-latest runs-on: deploy
steps: steps:
- name: Checkout - name: Checkout