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.
1 parent bf51974 commit d99f120Copy full SHA for d99f120
.github/workflows/test.yml
@@ -19,7 +19,7 @@ jobs:
19
# Only run the build on Adafruit's repository. Forks won't have the secrets.
20
# Its necessary to do this here, since 'schedule' events cannot (currently)
21
# be limited (they run on all forks' default branches).
22
- #if: startswith(github.repository, 'adafruit/')
+ if: startswith(github.repository, 'adafruit/')
23
services:
24
redis:
25
image: redis
0 commit comments