From f8a67391fe58d81b206b557306c2133ea4e378b7 Mon Sep 17 00:00:00 2001 From: Gregor Noczinski Date: Fri, 11 Oct 2024 12:37:49 +0200 Subject: [PATCH] Optimize caching and rerun inspections --- .github/workflows/pr-update.yaml | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/.github/workflows/pr-update.yaml b/.github/workflows/pr-update.yaml index be46ac5..59cbe3c 100644 --- a/.github/workflows/pr-update.yaml +++ b/.github/workflows/pr-update.yaml @@ -1,11 +1,7 @@ -name: Pull-Requests Images +name: Pull-Requests Updates env: - LABEL_NAME: "test_publish" - WORKFLOW_CI_FN: "ci.yaml" GITHUB_TOKEN: ${{ github.token }} - GITHUB_PR_ID: ${{github.event.number}} - GITHUB_EVENT_ACTION: ${{github.event.action}} concurrency: cancel-in-progress: true