Skip to content

Commit

Permalink
ci: 6 share data POC [no ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
Yakutoc committed Feb 11, 2024
1 parent cac7f68 commit dbdec14
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,5 +54,5 @@ jobs:
run_reuse:
needs: [failed_job]
if: ${{ contains(needs.failed_job.result, 'success') }}
if: ${{ contains(needs.failed_job.result, 'failure') }}
uses: ./.github/workflows/reuse.yml

0 comments on commit dbdec14

Please sign in to comment.