更新 .gitea/workflows/Laravel.yaml
This commit is contained in:
parent
efd7f5fefd
commit
0b711abb16
|
@ -3,7 +3,6 @@ name: Tests
|
||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
branches:
|
branches:
|
||||||
- feature
|
|
||||||
- master
|
- master
|
||||||
- '*.x'
|
- '*.x'
|
||||||
pull_request:
|
pull_request:
|
||||||
|
@ -15,7 +14,7 @@ permissions:
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
tests:
|
tests:
|
||||||
runs-on: local
|
runs-on: centos
|
||||||
|
|
||||||
strategy:
|
strategy:
|
||||||
fail-fast: true
|
fail-fast: true
|
||||||
|
|
Loading…
Reference in New Issue
Block a user