Skip to content

Commit d99f120

Browse files
committed
only run on adafruit repo
1 parent bf51974 commit d99f120

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
# Only run the build on Adafruit's repository. Forks won't have the secrets.
2020
# Its necessary to do this here, since 'schedule' events cannot (currently)
2121
# be limited (they run on all forks' default branches).
22-
#if: startswith(github.repository, 'adafruit/')
22+
if: startswith(github.repository, 'adafruit/')
2323
services:
2424
redis:
2525
image: redis

0 commit comments

Comments
 (0)