Skip to content

Commit

Permalink
[Telink] Fix broken GitHub CI after adding tl721x target
Browse files Browse the repository at this point in the history
  • Loading branch information
s07641069 committed Jan 24, 2025
1 parent 41eab7f commit fd6c3cc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/examples-telink.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -203,7 +203,7 @@ jobs:
- name: clean out build output (keep tools)
run: rm -rf ./out/telink*

- name: Build example Telink (TL7218 retention) Light Switch App with OTA (LZMA), Factory Data
- name: Build example Telink (TL7218 retention) Light Switch App with OTA (LZMA), Factory Data
# Run test for master and s07641069 PRs
if: github.event.pull_request.number == null || github.event.pull_request.head.repo.full_name == 's07641069/connectedhomeip'
run: |
Expand Down

0 comments on commit fd6c3cc

Please sign in to comment.