mirror of
http://43.153.184.91:8080/https://github.com/s4u/setup-maven-action.git
synced 2026-01-27 03:03:00 +08:00
Issue 68
This commit is contained in:
parent
e435effde6
commit
1c4f3ff3dc
4
.github/workflows/test.yml
vendored
4
.github/workflows/test.yml
vendored
@ -79,7 +79,7 @@ jobs:
|
||||
|
||||
steps:
|
||||
- run: 'true'
|
||||
if: join(needs.*.result, ',') == 'success,success'
|
||||
if: join(needs.*.result, ',') == 'success,success,success'
|
||||
|
||||
- run: 'false'
|
||||
if: join(needs.*.result, ',') != 'success,success'
|
||||
if: join(needs.*.result, ',') != 'success,success,success'
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user