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 8419f44
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/lock-dependency.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,10 @@ jobs:
id: pr
with:
filterOutClosed: true # Don't trigger on commits with closed PRs, including merges into `master`.
- name: Print PR output
run: |
echo "PR Output: ${{ steps.pr.outputs.pr }}"
dependency:
needs: pr
if: ${{ needs.pr.outputs.pr_found == 'true' }}
Expand Down

0 comments on commit 8419f44

Please sign in to comment.