File tree Expand file tree Collapse file tree 2 files changed +10
-1
lines changed Expand file tree Collapse file tree 2 files changed +10
-1
lines changed Original file line number Diff line number Diff line change 1717 buildOnMac :
1818 runs-on : macos-latest
1919 timeout-minutes : 20
20+ concurrency :
21+ group : ${{ github.workflow }}-${{ github.ref }}
22+ cancel-in-progress : true
2023
2124 steps :
2225 - uses : actions/checkout@v2
4851 buildOnWindows :
4952 runs-on : windows-2019
5053 timeout-minutes : 20
54+ concurrency :
55+ group : ${{ github.workflow }}-${{ github.ref }}
56+ cancel-in-progress : true
5157
5258 steps :
5359 - uses : actions/checkout@v2
8692 buildOnLinux :
8793 runs-on : ubuntu-latest
8894 timeout-minutes : 20
95+ concurrency :
96+ group : ${{ github.workflow }}-${{ github.ref }}
97+ cancel-in-progress : true
8998
9099 outputs :
91100 version : ${{ steps.properties.outputs.version }}
Original file line number Diff line number Diff line change 11kotlin.code.style =official
22
33cliGroup =com.sourceplusplus
4- projectVersion =0.4.4
4+ projectVersion =0.4.5
55
66vertxVersion =4.2.4
77graalVersion = 21.3.0
You can’t perform that action at this time.
0 commit comments