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-compress.git
The following commit(s) were added to refs/heads/master by this push: new 4186007cb Update dependency-review.yml 4186007cb is described below commit 4186007cb3f29aebc918974d09ad9282b33b2b69 Author: Gary Gregory <garydgreg...@users.noreply.github.com> AuthorDate: Mon Sep 23 09:10:01 2024 -0400 Update dependency-review.yml --- .github/workflows/dependency-review.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/dependency-review.yml b/.github/workflows/dependency-review.yml index 06ecec3dd..04979c222 100644 --- a/.github/workflows/dependency-review.yml +++ b/.github/workflows/dependency-review.yml @@ -29,6 +29,7 @@ jobs: uses: actions/checkout@v4 - name: 'Dependency Review PR' uses: actions/dependency-review-action@v4.3.4 + if: github.event_name != 'master' - name: 'Dependency Review' uses: actions/dependency-review-action@v4.3.4 if: github.event_name == 'master'