Update .gitea/workflows/build.yml
This commit is contained in:
@@ -6,7 +6,7 @@ on:
|
||||
|
||||
jobs:
|
||||
e2e:
|
||||
runs-on: ubuntu-latest
|
||||
runs-on: deploy
|
||||
|
||||
steps:
|
||||
- name: Checkout
|
||||
@@ -33,7 +33,7 @@ jobs:
|
||||
!startsWith(github.event.head_commit.message, 'ci') &&
|
||||
!startsWith(github.event.head_commit.message, 'tests') &&
|
||||
!startsWith(github.event.head_commit.message, 'no-deploy')
|
||||
runs-on: ubuntu-latest
|
||||
runs-on: deploy
|
||||
|
||||
steps:
|
||||
- name: Checkout
|
||||
|
||||
Reference in New Issue
Block a user