We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9d8a813 commit cc1f58eCopy full SHA for cc1f58e
.github/workflows/validate-manifest.yml
@@ -31,7 +31,7 @@ jobs:
31
name: Check validation for failures
32
runs-on: ubuntu-latest
33
needs: [validation]
34
- if: success()
+ if: failure()
35
steps:
36
- uses: actions/checkout@v2
37
with:
0 commit comments