diff --git a/.github/workflows/licence_data.yml b/.github/workflows/licence_data.yml index a090b203d5..044df8db73 100644 --- a/.github/workflows/licence_data.yml +++ b/.github/workflows/licence_data.yml @@ -46,7 +46,7 @@ jobs: continue-on-error: true - name: Set final commit status only when we find the file at the end - if: ${{ steps.findagain.outcome == 'success' }} + if: ${{ steps.findagain.outcome == 'failure' }} uses: myrotvorets/set-commit-status-action@master with: token: ${{ secrets.GITHUB_TOKEN }}