File tree Expand file tree Collapse file tree 3 files changed +16
-0
lines changed Expand file tree Collapse file tree 3 files changed +16
-0
lines changed Original file line number Diff line number Diff line change 11name : FormatJava
22on :
33 push :
4+
5+ # Cancel existing executions when new commits are pushed onto the branch
6+ concurrency :
7+ group : ${{ github.workflow }}-${{ github.ref }}
8+ cancel-in-progress : true
9+
410jobs :
511 build :
612 runs-on : ubuntu-latest
Original file line number Diff line number Diff line change 77 branches : [ master ]
88 workflow_dispatch :
99
10+ # Cancel existing executions when new commits are pushed onto the branch
11+ concurrency :
12+ group : ${{ github.workflow }}-${{ github.ref }}
13+ cancel-in-progress : true
14+
1015jobs :
1116 build :
1217 runs-on : ${{ matrix.os }}-latest
Original file line number Diff line number Diff line change 44 push :
55 workflow_dispatch :
66
7+ # Cancel existing executions when new commits are pushed onto the branch
8+ concurrency :
9+ group : ${{ github.workflow }}-${{ github.ref }}
10+ cancel-in-progress : true
11+
712jobs :
813 update-markdown-snippets :
914 runs-on : ubuntu-latest
You can’t perform that action at this time.
0 commit comments