Skip to content

Commit 3a1bd48

Browse files
authored
do not run the cache action for dependabot PRs (#250)
1 parent f7cedae commit 3a1bd48

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/pull-request.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,7 @@ jobs:
6262
./output/bin/embedded-cluster version metadata > metadata.json
6363
6464
- name: Cache files
65+
if: github.actor != 'dependabot[bot]'
6566
env:
6667
S3_BUCKET: "tf-infra-staging-emb-cluster-bin"
6768
AWS_ACCESS_KEY_ID: ${{ secrets.INFRA_EMBEDDED_CLUSTER_UPLOAD_IAM_KEY_ID }}

0 commit comments

Comments
 (0)