File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 12
12
steps :
13
13
- name : repository
14
14
env :
15
- OWNER_IS_ADAFRUIT : ${{ startswith(github.repository, 'adafruit') }}
15
+ OWNER_IS_ADAFRUIT : ${{ startswith(github.repository, 'adafruit/ ') }}
16
16
run : |
17
17
echo "This workflow will only run if Adafruit is the repository owner."
18
18
echo "Repository owner is Adafruit: $OWNER_IS_ADAFRUIT"
21
21
# Only run the build on Adafruit's repository. Forks won't have the secrets.
22
22
# Its necessary to do this here, since 'schedule' events cannot (currently)
23
23
# be limited (they run on all forks' default branches).
24
- if : startswith(github.repository, 'adafruit')
24
+ if : startswith(github.repository, 'adafruit/ ')
25
25
services :
26
26
redis :
27
27
image : redis
Original file line number Diff line number Diff line change 12
12
steps :
13
13
- name : repository
14
14
env :
15
- OWNER_IS_ADAFRUIT : ${{ startswith(github.repository, 'adafruit') }}
15
+ OWNER_IS_ADAFRUIT : ${{ startswith(github.repository, 'adafruit/ ') }}
16
16
run : |
17
17
echo "This workflow will only run if Adafruit is the repository owner."
18
18
echo "Repository owner is Adafruit: $OWNER_IS_ADAFRUIT"
21
21
# Only run the build on Adafruit's repository. Forks won't have the secrets.
22
22
# Its necessary to do this here, since 'schedule' events cannot (currently)
23
23
# be limited (they run on all forks' default branches).
24
- if : startswith(github.repository, 'adafruit')
24
+ if : startswith(github.repository, 'adafruit/ ')
25
25
env :
26
26
ADABOT_GITHUB_ACCESS_TOKEN : ${{ secrets.ADABOT_GITHUB_ACCESS_TOKEN }}
27
27
steps :
You can’t perform that action at this time.
0 commit comments