fix: Update compileSdkVersion to fix Android release build with flutt… #254
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/cancel-workflow-action@0.9.1 | |
with: | |
workflow_id: >- | |
all_plugins.yaml, | |
wifi_iot.yaml, | |
wifi_scan.yaml | |
all_but_latest: true |