0
0
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:
Robert Kaussow 2023-08-14 10:02:51 +02:00 committed by GitHub
parent be61f319f7
commit d3d0d5bb06
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 6 additions and 5 deletions

View File

@ -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

View File

@ -31,4 +31,3 @@ steps:
depends_on:
- test
- docs

View File

@ -18,3 +18,6 @@ steps:
environment:
FORCE_COLOR: "true"
NPM_CONFIG_LOGLEVEL: "error"
depends_on:
- build

View File

@ -27,6 +27,4 @@ steps:
- status: [success, failure]
depends_on:
- test
- docs
- release