Added test changes

This commit is contained in:
Yuriy-Kukushkin 2021-09-01 18:30:47 +03:00 committed by GitHub
parent 9be4c52826
commit ae1d3a167a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -31,7 +31,7 @@ jobs:
name: Check validation for failures
runs-on: ubuntu-latest
needs: [validation]
if: failure()
if: success()
steps:
- uses: actions/checkout@v2
with: