Skip to content

Commit

Permalink
chore: Add nightly test coverage for dependabot PRs (#6269)
Browse files Browse the repository at this point in the history
  • Loading branch information
devinrsmith authored Oct 23, 2024
1 parent cc7cf77 commit f9a1217
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/nightly-check-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on:
# 2AM EST == 6AM UTC
- cron: '0 6 * * *'
push:
branches: [ 'nightly/**', 'release/v*' ]
branches: [ 'nightly/**', 'release/v*', 'dependabot/**' ]

jobs:
nightly:
Expand Down

0 comments on commit f9a1217

Please sign in to comment.