Update .gitea/workflows/build.yml

This commit is contained in:
2026-03-22 22:47:12 +00:00
parent c3f651f421
commit bba49e019e

View File

@@ -6,7 +6,7 @@ on:
jobs: jobs:
e2e: e2e:
runs-on: deploy runs-on: ubuntu-latest
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: deploy runs-on: ubuntu-latest
steps: steps:
- name: Checkout - name: Checkout