We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 510c5df commit 4873adaCopy full SHA for 4873ada
1 file changed
.github/workflows/amazon_bedrock.yml
@@ -73,7 +73,7 @@ jobs:
73
# Do not authenticate on PRs from forks and on PRs created by dependabot
74
- name: AWS authentication
75
id: aws-auth
76
- if: github.event.pull_request.head.repo.full_name == github.repository && !startsWith(github.event.pull_request.head.ref, 'dependabot/')
+ if: github.event_name == 'schedule' || (github.event.pull_request.head.repo.full_name == github.repository && !startsWith(github.event.pull_request.head.ref, 'dependabot/'))
77
uses: aws-actions/configure-aws-credentials@00943011d9042930efac3dcd3a170e4273319bc8
78
with:
79
aws-region: ${{ env.AWS_REGION }}
0 commit comments