Skip to content

Commit bf7a522

Browse files
authored
merge: Merge pull request #31 from jerusdp/jerusdp-fix-ecr-rate-limiting
fix(actions): 🐛 ECR rate limiting
2 parents 6de7600 + 7745abb commit bf7a522

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/nightly.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: Build Nightly Rust
33
on:
44
workflow_dispatch:
55
schedule:
6-
- cron: '0 2 * * 3'
6+
- cron: '0 4 * * 3'
77

88
jobs:
99
test:

0 commit comments

Comments
 (0)