File tree Expand file tree Collapse file tree 4 files changed +13
-1
lines changed
Expand file tree Collapse file tree 4 files changed +13
-1
lines changed Original file line number Diff line number Diff line change 77 - ' *-snapshot'
88 pull_request :
99
10+ concurrency :
11+ group : ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
12+ cancel-in-progress : true
13+
1014env :
1115 ACTIONS_ALLOW_UNSECURE_COMMANDS : true
1216
Original file line number Diff line number Diff line change 99 schedule :
1010 - cron : ' 24 * * * *'
1111
12+ concurrency :
13+ group : ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
14+ cancel-in-progress : true
15+
1216jobs :
1317 test-unix :
1418 name : " Testing ${{ matrix.version }} on ${{ matrix.os }}"
Original file line number Diff line number Diff line change 66 branches :
77 - master
88
9+ concurrency :
10+ group : ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
11+ cancel-in-progress : true
12+
913env :
1014 ACTIONS_ALLOW_UNSECURE_COMMANDS : true
1115
Original file line number Diff line number Diff line change 33 xsi : schemaLocation =" http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" >
44 <modelVersion >4.0.0</modelVersion >
55 <groupId >io.simplelocalize</groupId >
6- <artifactId >cli</artifactId >
6+ <artifactId >simplelocalize- cli</artifactId >
77 <version >2.6.0</version >
88 <packaging >jar</packaging >
99 <name >simplelocalize-cli</name >
You can’t perform that action at this time.
0 commit comments