Skip to content

Commit

Permalink
forget to name actions , fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
Dragonius committed Dec 30, 2024
1 parent c1f9950 commit ca1c954
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/dependency-review_pull_req.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
#
# Source repository: https://github.com/actions/dependency-review-action
# Public documentation: https://docs.github.com/en/code-security/supply-chain-security/understanding-your-software-supply-chain/about-dependency-review#dependency-review-enforcement
name: 'Dependency review'
name: 'Dependency review on pull request'
on:
pull_request:
# push:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/dependency-review_push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
#
# Source repository: https://github.com/actions/dependency-review-action
# Public documentation: https://docs.github.com/en/code-security/supply-chain-security/understanding-your-software-supply-chain/about-dependency-review#dependency-review-enforcement
name: 'Dependency review'
name: 'Dependency review on push '
on:
# pull_request:
push:
Expand Down

0 comments on commit ca1c954

Please sign in to comment.