mirror of
https://github.com/thegeeklab/wp-plugin-go.git
synced 2024-11-21 14:10:39 +00:00
fix ci workflow order (#11)
This commit is contained in:
parent
be61f319f7
commit
d3d0d5bb06
5
.github/settings.yml
vendored
5
.github/settings.yml
vendored
@ -51,7 +51,8 @@ branches:
|
||||
strict: false
|
||||
contexts:
|
||||
- ci/woodpecker/pr/test
|
||||
- ci/woodpecker/pr/release
|
||||
enforce_admins: true
|
||||
- ci/woodpecker/pr/build
|
||||
- ci/woodpecker/pr/docs
|
||||
enforce_admins: false
|
||||
required_linear_history: true
|
||||
restrictions: null
|
||||
|
@ -31,4 +31,3 @@ steps:
|
||||
|
||||
depends_on:
|
||||
- test
|
||||
- docs
|
@ -18,3 +18,6 @@ steps:
|
||||
environment:
|
||||
FORCE_COLOR: "true"
|
||||
NPM_CONFIG_LOGLEVEL: "error"
|
||||
|
||||
depends_on:
|
||||
- build
|
||||
|
@ -27,6 +27,4 @@ steps:
|
||||
- status: [success, failure]
|
||||
|
||||
depends_on:
|
||||
- test
|
||||
- docs
|
||||
- release
|
||||
|
Loading…
Reference in New Issue
Block a user