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 2424 update-bundles :
2525 runs-on : ubuntu-latest
2626 # 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)
2828 # be limited (they run on all forks' default branches).
2929 if : startswith(github.repository, 'adafruit/')
3030 steps :
Original file line number Diff line number Diff line change 2020
2121 update-learn :
2222 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
2525 # 'schedule' events cannot (currently) be limited (they run on all forks'
2626 # default branches).
2727 if : ${{ (github.repository_owner == 'adafruit') }}
Original file line number Diff line number Diff line change 2727 run-reports :
2828 runs-on : ubuntu-latest
2929 # 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)
3131 # be limited (they run on all forks' default branches).
3232 if : startswith(github.repository, 'adafruit/')
3333 env :
You can’t perform that action at this time.
0 commit comments