Browse Source

feat(ci): Cancel running Dart CI

Signed-off-by: jld3103 <jld3103yt@gmail.com>
pull/559/head
jld3103 1 year ago
parent
commit
6e3fb1e9bd
No known key found for this signature in database
GPG Key ID: 9062417B9E8EB7B3
  1. 4
      .github/workflows/dart.yml

4
.github/workflows/dart.yml

@ -11,6 +11,10 @@ env:
PUB_ENVIRONMENT: bot.github
permissions: read-all
concurrency:
group: dart-${{ github.head_ref || github.run_id }}
cancel-in-progress: true
jobs:
dart-ci:
name: Dart CI

Loading…
Cancel
Save