Skip to content

Rework test workflows #205

Rework test workflows

Rework test workflows #205

name: Flutter SDK for Windows
on:
push:
branches: [main, v*]
pull_request:
branches: [main, v*]
schedule:
# https://crontab.guru/#40_10_*_*_*
- cron: '40 10 * * *'
workflow_dispatch:
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
jobs:
test:
uses: ./.github/workflows/flutter.yml
with:
runs-on: windows-latest