Skip to content

Commit

Permalink
WIP
Browse files Browse the repository at this point in the history
  • Loading branch information
TonyCTHsu committed Sep 18, 2024
1 parent fb4e67d commit e730358
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/lock-dependency.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,9 @@ jobs:
id: pr
with:
filterOutClosed: true # Don't trigger on commits with closed PRs, including merges into `master`.
- if: steps.pr.outputs.pr_found == 'true'
run: |
echo ${{ fromJSON(steps.pr.outputs) }}
dependency:
needs: pr
if: ${{ needs.pr.outputs.pr_found == 'true' }}
Expand Down

0 comments on commit e730358

Please sign in to comment.