This is an automated email from the ASF dual-hosted git repository.
ggregory pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/commons-skin.git
The following commit(s) were added to refs/heads/master by this push:
new b73c8ea Only run actions/dependency-review-action on pull_request
b73c8ea is described below
commit b73c8eaaf9124d21f4deb6566a245e7e4e4ca2d4
Author: Gary Gregory <[email protected]>
AuthorDate: Fri Nov 1 07:34:26 2024 -0400
Only run actions/dependency-review-action on pull_request
---
.github/workflows/dependency-review.yml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/.github/workflows/dependency-review.yml
b/.github/workflows/dependency-review.yml
index a932f55..47e7d04 100644
--- a/.github/workflows/dependency-review.yml
+++ b/.github/workflows/dependency-review.yml
@@ -16,7 +16,7 @@
# under the License.
name: 'Dependency Review'
-on: [push, pull_request]
+on: [pull_request]
permissions:
contents: read