From 47cc8e8b1117da8e24a3215acc8593ac2a4f1622 Mon Sep 17 00:00:00 2001 From: synacker Date: Thu, 16 Oct 2025 18:28:10 +0300 Subject: [PATCH] Disable attestation for pr --- .github/workflows/pull_request.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pull_request.yaml b/.github/workflows/pull_request.yaml index c7ccf1fc..d3f657cd 100644 --- a/.github/workflows/pull_request.yaml +++ b/.github/workflows/pull_request.yaml @@ -6,6 +6,6 @@ jobs: uses: ./.github/workflows/build.yaml with: deploy: true - attestation: true + attestation: false secrets: inherit \ No newline at end of file