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 6908e48 commit 899de26
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,3 +39,9 @@ jobs:
console.log(context);
return read();
run_reuse:
needs: [read_state]
if: ${{ contains(needs.read_state.result, 'success') }}
uses: ./.github/workflows/reuse.yml

0 comments on commit 899de26

Please sign in to comment.