We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ff5d9d5 commit f6eb920Copy full SHA for f6eb920
.github/workflows/build.yml
@@ -8,7 +8,7 @@ on:
8
workflow_dispatch:
9
10
concurrency:
11
- group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
+ group: build-${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
12
cancel-in-progress: true
13
14
jobs:
.github/workflows/publish.yml
@@ -1,12 +1,12 @@
1
-name: Build Cross-build environment for pyodide-build
+name: Release Cross-build environment
2
3
on:
4
push:
5
tags:
6
- '*'
7
- group: ${{ github.workflow }}-${{ github.ref }}
+ group: release-${{ github.workflow }}-${{ github.ref }}
0 commit comments