Skip to content

Commit

Permalink
do not run the cache action for dependabot PRs (#250)
Browse files Browse the repository at this point in the history
  • Loading branch information
laverya authored Jan 8, 2024
1 parent f7cedae commit 3a1bd48
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/pull-request.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand Down

0 comments on commit 3a1bd48

Please sign in to comment.