File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 24
24
update-bundles :
25
25
runs-on : ubuntu-latest
26
26
# Only run the build on Adafruit's repository. Forks won't have the secrets.
27
- # Its necessary to do this here, since 'schedule' events cannot (currently)
27
+ # It's necessary to do this here, since 'schedule' events cannot (currently)
28
28
# be limited (they run on all forks' default branches).
29
29
if : startswith(github.repository, 'adafruit/')
30
30
steps :
Original file line number Diff line number Diff line change 20
20
21
21
update-learn :
22
22
runs-on : ubuntu-latest
23
- # Only run the build if the access token has been configured. THs will be
24
- # the case on Adafruit's repository. Its necessary to do this here, since
23
+ # Only run the build if the access token has been configured. This will be
24
+ # the case on Adafruit's repository. It's necessary to do this here, since
25
25
# 'schedule' events cannot (currently) be limited (they run on all forks'
26
26
# default branches).
27
27
if : ${{ (github.repository_owner == 'adafruit') }}
Original file line number Diff line number Diff line change 27
27
run-reports :
28
28
runs-on : ubuntu-latest
29
29
# Only run the build on Adafruit's repository. Forks won't have the secrets.
30
- # Its necessary to do this here, since 'schedule' events cannot (currently)
30
+ # It's necessary to do this here, since 'schedule' events cannot (currently)
31
31
# be limited (they run on all forks' default branches).
32
32
if : startswith(github.repository, 'adafruit/')
33
33
env :
You can’t perform that action at this time.
0 commit comments