Always run conclusion.
This commit is contained in:
parent
2c34167131
commit
75c637d0d3
10
.github/workflows/tests.yml
vendored
10
.github/workflows/tests.yml
vendored
@ -241,5 +241,13 @@ jobs:
|
||||
- docker
|
||||
- test-default-formula
|
||||
runs-on: ubuntu-latest
|
||||
if: always()
|
||||
steps:
|
||||
- run: true
|
||||
- run: >
|
||||
${{
|
||||
needs.syntax.result == 'success' &&
|
||||
needs.tap-syntax.result == 'success' &&
|
||||
needs.docker.result == 'success' &&
|
||||
needs.tests.result == 'success' &&
|
||||
needs.test-default-formula.result == 'success'
|
||||
}}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user