Skip to content

Commit

Permalink
test failure again
Browse files Browse the repository at this point in the history
  • Loading branch information
wordpressfan committed Jan 8, 2025
1 parent f0a1b7f commit 36d39c2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/licence_data.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand Down

0 comments on commit 36d39c2

Please sign in to comment.