8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents bf7bd04 + 341fe7b commit d02c1a4Copy full SHA for d02c1a4
.github/workflows/adabot_cron.yml
@@ -22,6 +22,7 @@ jobs:
22
# Only run the build on Adafruit's repository. Forks won't have the secrets.
23
# Its necessary to do this here, since 'schedule' events cannot (currently)
24
# be limited (they run on all forks' default branches).
25
+ timeout-minutes: 150 # 2.5 hours
26
if: startswith(github.repository, 'adafruit/')
27
steps:
28
- name: Dump GitHub context
0 commit comments