fix(wifi_iot): iOS isConnected always true even connection is failed … #257
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Cancel | |
name: cancel_previous | |
on: [push] | |
jobs: | |
cancel: | |
name: "Cancel Previous Runs" | |
runs-on: ubuntu-latest | |
timeout-minutes: 3 | |
steps: | |
- uses: styfle/[email protected] | |
with: | |
workflow_id: >- | |
all_plugins.yaml, | |
wifi_iot.yaml, | |
wifi_scan.yaml | |
all_but_latest: true |