8000 Merge pull request #1626 from FoamyGuy/lower_timeout_limit · adafruit/circuitpython-org@d02c1a4 · GitHub
[go: up one dir, main page]

Skip to content

Commit d02c1a4

Browse files
authored
Merge pull request #1626 from FoamyGuy/lower_timeout_limit
Add timeout-minutes to adabot.update_cp_org_libraries action task
2 parents bf7bd04 + 341fe7b commit d02c1a4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/adabot_cron.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ jobs:
2222
# Only run the build on Adafruit's repository. Forks won't have the secrets.
2323
# Its necessary to do this here, since 'schedule' events cannot (currently)
2424
# be limited (they run on all forks' default branches).
25+
timeout-minutes: 150 # 2.5 hours
2526
if: startswith(github.repository, 'adafruit/')
2627
steps:
2728
- name: Dump GitHub context

0 commit comments

Comments
 (0)
0