Skip to content

Commit

Permalink
fixup! ci: name the dependency check workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
ROMemories committed Mar 26, 2024
1 parent a06d010 commit 8b25053
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/dependencies-action.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Dependency check
name: PR dependencies

on:
pull_request_target:
Expand All @@ -11,7 +11,7 @@ jobs:
check_dependencies:
if: github.event_name != 'merge_group'
runs-on: ubuntu-latest
name: Check Dependencies
name: Check
steps:
- uses: gregsdennis/dependencies-action@main
env:
Expand Down

0 comments on commit 8b25053

Please sign in to comment.