From 03e4e6e9d2372192fefc3a2399491d000ef804c0 Mon Sep 17 00:00:00 2001 From: Shunsuke Suzuki Date: Wed, 20 Mar 2024 16:05:38 +0900 Subject: [PATCH] ci: disable cosign --- .github/workflows/wc-integration-test.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/wc-integration-test.yaml b/.github/workflows/wc-integration-test.yaml index 0b9814689..57b55ed7f 100644 --- a/.github/workflows/wc-integration-test.yaml +++ b/.github/workflows/wc-integration-test.yaml @@ -1,6 +1,8 @@ --- name: integration-test on: workflow_call +env: + AQUA_DISABLE_COSIGN: "true" jobs: integration-test: runs-on: ubuntu-latest