From 49a8a6abcc92b6965937176dc933ce2f52c9cd14 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nicklas=20K=C3=B6rtge?= Date: Thu, 19 Sep 2024 15:48:54 +0200 Subject: [PATCH] update (#15) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Nicklas Körtge --- .github/workflows/backend.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/backend.yml b/.github/workflows/backend.yml index 785af47a9..61854f1e9 100644 --- a/.github/workflows/backend.yml +++ b/.github/workflows/backend.yml @@ -90,4 +90,5 @@ jobs: labels: ${{ steps.meta.outputs.labels }} # Optional: Uploads the full dependency graph to GitHub to improve the quality of Dependabot alerts this repository can receive - name: Update dependency graph - uses: advanced-security/maven-dependency-submission-action@v4 \ No newline at end of file + uses: advanced-security/maven-dependency-submission-action@v4 + if: github.event_name != 'pull_request' \ No newline at end of file