Skip to content

Commit 4873ada

Browse files
authored
ci: make Bedrock integration tests run nightly (#2366)
1 parent 510c5df commit 4873ada

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/amazon_bedrock.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ jobs:
7373
# Do not authenticate on PRs from forks and on PRs created by dependabot
7474
- name: AWS authentication
7575
id: aws-auth
76-
if: github.event.pull_request.head.repo.full_name == github.repository && !startsWith(github.event.pull_request.head.ref, 'dependabot/')
76+
if: github.event_name == 'schedule' || (github.event.pull_request.head.repo.full_name == github.repository && !startsWith(github.event.pull_request.head.ref, 'dependabot/'))
7777
uses: aws-actions/configure-aws-credentials@00943011d9042930efac3dcd3a170e4273319bc8
7878
with:
7979
aws-region: ${{ env.AWS_REGION }}

0 commit comments

Comments
 (0)