Skip to content

Commit d030cb6

Browse files
committed
Fix workflow concurrency group
1 parent bb03bb0 commit d030cb6

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

.github/workflows/flutter-linux.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ on:
1111
workflow_dispatch:
1212

1313
concurrency:
14-
group: ${{ github.workflow.name }}-${{ github.ref }}
14+
group: ${{ github.workflow }}-${{ github.ref }}
1515
cancel-in-progress: true
1616

1717
jobs:

.github/workflows/flutter-macos-intel.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ on:
1111
workflow_dispatch:
1212

1313
concurrency:
14-
group: ${{ github.workflow.name }}-${{ github.ref }}
14+
group: ${{ github.workflow }}-${{ github.ref }}
1515
cancel-in-progress: true
1616

1717
jobs:

.github/workflows/flutter-macos.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ on:
1111
workflow_dispatch:
1212

1313
concurrency:
14-
group: ${{ github.workflow.name }}-${{ github.ref }}
14+
group: ${{ github.workflow }}-${{ github.ref }}
1515
cancel-in-progress: true
1616

1717
jobs:

.github/workflows/flutter-windows.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ on:
1111
workflow_dispatch:
1212

1313
concurrency:
14-
group: ${{ github.workflow.name }}-${{ github.ref }}
14+
group: ${{ github.workflow }}-${{ github.ref }}
1515
cancel-in-progress: true
1616

1717
jobs:

0 commit comments

Comments
 (0)