Skip to content

Commit 8ac8700

Browse files
committed
Added Github Workflow concurrency.
1 parent acaf684 commit 8ac8700

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,10 @@ on:
1111
- '**.md'
1212
workflow_dispatch:
1313

14+
concurrency:
15+
group: ${{ github.workflow }}-${{ github.ref }}
16+
cancel-in-progress: true
17+
1418
jobs:
1519
# Does a sanity check that packages at least pass analysis on the N-1
1620
# versions of Flutter stable if the package claims to support that version.

0 commit comments

Comments
 (0)