Skip to content

Commit f6eb920

Browse files
committed
Set concurrency
1 parent ff5d9d5 commit f6eb920

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/build.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ on:
88
workflow_dispatch:
99

1010
concurrency:
11-
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
11+
group: build-${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
1212
cancel-in-progress: true
1313

1414
jobs:

.github/workflows/publish.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
1-
name: Build Cross-build environment for pyodide-build
1+
name: Release Cross-build environment
22

33
on:
44
push:
55
tags:
66
- '*'
77

88
concurrency:
9-
group: ${{ github.workflow }}-${{ github.ref }}
9+
group: release-${{ github.workflow }}-${{ github.ref }}
1010
cancel-in-progress: true
1111

1212
jobs:

0 commit comments

Comments
 (0)