Skip to content

Commit e361a30

Browse files
committed
Fix workflow
1 parent 78ffe35 commit e361a30

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/refresh-fire-truck-locations.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,9 @@ jobs:
3434
run: npm test
3535
continue-on-error: true
3636

37+
- name: Wait for API rate limit reset
38+
run: sleep 30
39+
3740
- name: Checkout data branch for data directory
3841
run: |
3942
git fetch origin data

0 commit comments

Comments
 (0)