From 9ef4ef48981de51a7c854869493746a16c81ad99 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Christoph=20Schw=C3=A4gerl?= Date: Fri, 28 Feb 2025 14:52:47 +0100 Subject: [PATCH] fix yaml lint --- .github/workflows/check-manifests-changes.yml | 6 +++--- .github/workflows/check-pipeline-changes.yml | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/check-manifests-changes.yml b/.github/workflows/check-manifests-changes.yml index aa92528942..4356999424 100644 --- a/.github/workflows/check-manifests-changes.yml +++ b/.github/workflows/check-manifests-changes.yml @@ -2,10 +2,10 @@ name: "Check If Manifests Change" permissions: pull-requests: write - + on: - pull_request_target: {} - + pull_request_target: { } + env: PR_CACHE_KEY: pr-manifests-${{ github.run_id }}-${{ github.run_attempt }} MAIN_CACHE_KEY: main-manifests-${{ github.run_id }}-${{ github.run_attempt }} diff --git a/.github/workflows/check-pipeline-changes.yml b/.github/workflows/check-pipeline-changes.yml index 1f0fc07e5e..2fad998da9 100644 --- a/.github/workflows/check-pipeline-changes.yml +++ b/.github/workflows/check-pipeline-changes.yml @@ -4,7 +4,7 @@ permissions: pull-requests: write on: - pull_request_target: {} + pull_request_target: { } jobs: check-pipeline-changes: