From db74fd9770a12efca07475f3aef40bb96b2309cb Mon Sep 17 00:00:00 2001 From: Andrew Lavery Date: Mon, 8 Jan 2024 15:07:20 -0500 Subject: [PATCH] do not run the cache action for dependabot PRs --- .github/workflows/pull-request.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/pull-request.yaml b/.github/workflows/pull-request.yaml index 2debff51d..fcd013e09 100644 --- a/.github/workflows/pull-request.yaml +++ b/.github/workflows/pull-request.yaml @@ -62,6 +62,7 @@ jobs: ./output/bin/embedded-cluster version metadata > metadata.json - name: Cache files + if: github.actor != 'dependabot[bot]' env: S3_BUCKET: "tf-infra-staging-emb-cluster-bin" AWS_ACCESS_KEY_ID: ${{ secrets.INFRA_EMBEDDED_CLUSTER_UPLOAD_IAM_KEY_ID }}