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-scxml.git


The following commit(s) were added to refs/heads/master by this push:
     new 4aff9f54 Only run actions/dependency-review-action on pull_request
4aff9f54 is described below

commit 4aff9f546472c699db5c94802bf977692e24ac4c
Author: Gary Gregory <garydgreg...@gmail.com>
AuthorDate: Fri Nov 1 07:34:16 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 c13bd3f9..13e9541a 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

Reply via email to