Skip to content

Commit

Permalink
run for all v3 flutter versions
Browse files Browse the repository at this point in the history
  • Loading branch information
vaind committed Oct 24, 2023
1 parent 101d09f commit 298fc34
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/flutter-symbols.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: Flutter symbols collection
on:
push:
push: # TODO REMOVE
schedule:
- cron: "10 */6 * * *" # every six hours
workflow_dispatch:
Expand Down Expand Up @@ -43,8 +43,7 @@ jobs:
name: flutter-symbol-collector-database
path: scripts/flutter_symbol_collector/.successful

# - run: dart run bin/flutter_symbol_collector.dart --version=${{ inputs.flutter_version }}
- run: dart run bin/flutter_symbol_collector.dart --version=3.13.7 ; exit 1
- run: dart run bin/flutter_symbol_collector.dart --version=${{ inputs.flutter_version || '3.*.*' }}
env:
GITHUB_TOKEN: ${{ github.token }}

Expand Down

0 comments on commit 298fc34

Please sign in to comment.