File tree Expand file tree Collapse file tree 2 files changed +12
-1
lines changed Expand file tree Collapse file tree 2 files changed +12
-1
lines changed Original file line number Diff line number Diff line change 5
5
- master
6
6
- release
7
7
pull_request :
8
+ concurrency :
9
+ group : ${{ github.workflow }}-${{ github.ref }}
10
+ cancel-in-progress : true
8
11
jobs :
9
12
test :
10
13
runs-on : ubuntu-latest
16
19
uses : actions/checkout@v4
17
20
- name : Extract branch name
18
21
shell : bash
19
- run : echo "##[set-output name= branch;] $(echo ${GITHUB_REF##*/})"
22
+ run : echo "branch= $(echo ${GITHUB_REF##*/})" >> $GITHUB_OUTPUT
20
23
id : extract-branch
21
24
- name : Use Node.js
22
25
uses : actions/setup-node@v4
Original file line number Diff line number Diff line change @@ -10,6 +10,14 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
10
10
### Fixed
11
11
### Removed
12
12
13
+ ## [ unreleased]
14
+
15
+ ### Added
16
+ * chore: Handle jobs concurrency in build workflow
17
+
18
+ ### Changed
19
+ * chore: Remove usage of "set-output" in build workflow
20
+
13
21
## [ 2.2.5] - 2023-11-15
14
22
15
23
### Changed
You can’t perform that action at this time.
0 commit comments