Comment workflow: no fail on each comment trigger (#132)

no fail on each comment trigger
main
Kirill Sizov 4 years ago committed by GitHub
parent 8ebdf5db93
commit 304972bcc2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -67,7 +67,7 @@ jobs:
send_status:
runs-on: ubuntu-latest
needs: [run-full, verify_author]
if: always()
if: needs.run-full.result != 'skipped' && always()
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
steps:

Loading…
Cancel
Save