Skip to content

Commit

Permalink
Add workflow_dispatch to Github actions, so that it can be manually t…
Browse files Browse the repository at this point in the history
…riggered.
  • Loading branch information
renggli committed Jan 12, 2025
1 parent 6ccc6a4 commit 023e0a1
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/dart.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ on:
branches: [ main ]
schedule:
- cron: "0 0 * * 0"
workflow_dispatch:
defaults:
run:
shell: bash
Expand All @@ -21,8 +22,6 @@ jobs:
key: "os:ubuntu-latest;pub-cache-hosted;dart:stable"
- uses: actions/checkout@v3
- uses: dart-lang/setup-dart@v1
with:
sdk: stable
- name: "Dependencies"
run: dart pub upgrade --no-precompile
- name: "Dart Analyzer"
Expand Down

0 comments on commit 023e0a1

Please sign in to comment.