Update .gitea/workflows/build.yml
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user