We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f7cedae commit 3a1bd48Copy full SHA for 3a1bd48
.github/workflows/pull-request.yaml
@@ -62,6 +62,7 @@ jobs:
62
./output/bin/embedded-cluster version metadata > metadata.json
63
64
- name: Cache files
65
+ if: github.actor != 'dependabot[bot]'
66
env:
67
S3_BUCKET: "tf-infra-staging-emb-cluster-bin"
68
AWS_ACCESS_KEY_ID: ${{ secrets.INFRA_EMBEDDED_CLUSTER_UPLOAD_IAM_KEY_ID }}
0 commit comments