Skip to content

Commit

Permalink
Rename dart.yml to ci.yml and allow manual dispatch
Browse files Browse the repository at this point in the history
  • Loading branch information
nielsenko committed Aug 28, 2024
1 parent 12555d6 commit fa1c30c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/dart.yml → .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ on:
branches: [ main ]
schedule:
- cron: "0 0 * * 0" # every Sunday at 00:00 UTC
workflow_dispatch: # allow manual triggering

concurrency:
group: ci-${{ github.ref }}-0 # ensure only one build per branch is running at a time
Expand Down

0 comments on commit fa1c30c

Please sign in to comment.