File tree Expand file tree Collapse file tree 7 files changed +28
-0
lines changed Expand file tree Collapse file tree 7 files changed +28
-0
lines changed Original file line number Diff line number Diff line change 44 workflow_call :
55 workflow_dispatch :
66
7+ concurrency :
8+ group : ${{ github.workflow }}-${{ github.event_name }}-${{ github.event.pull_request.number || github.ref }}
9+ cancel-in-progress : true
10+
711jobs :
812 build :
913 name : Build
Original file line number Diff line number Diff line change 44 workflow_call :
55 workflow_dispatch :
66
7+ concurrency :
8+ group : ${{ github.workflow }}-${{ github.event_name }}-${{ github.event.pull_request.number || github.ref }}
9+ cancel-in-progress : true
10+
711jobs :
812 browser-tests-windows :
913 name : Browser Tests
Original file line number Diff line number Diff line change 44 workflow_call :
55 workflow_dispatch :
66
7+ concurrency :
8+ group : ${{ github.workflow }}-${{ github.event_name }}-${{ github.event.pull_request.number || github.ref }}
9+ cancel-in-progress : true
10+
711jobs :
812 build :
913 name : Build
Original file line number Diff line number Diff line change 1313 default : false
1414 type : boolean
1515
16+ concurrency :
17+ group : ${{ github.workflow }}-${{ github.event_name }}-${{ github.event.pull_request.number || github.ref }}
18+ cancel-in-progress : true
19+
1620jobs :
1721 format :
1822 name : Format
Original file line number Diff line number Diff line change 44 workflow_call :
55 workflow_dispatch :
66
7+ concurrency :
8+ group : ${{ github.workflow }}-${{ github.event_name }}-${{ github.event.pull_request.number || github.ref }}
9+ cancel-in-progress : true
10+
711jobs :
812 build :
913 name : Build
Original file line number Diff line number Diff line change 1616 required : true
1717 workflow_dispatch :
1818
19+ concurrency :
20+ group : ${{ github.workflow }}-${{ github.event_name }}-${{ github.event.pull_request.number || github.ref }}
21+ cancel-in-progress : true
22+
1923jobs :
2024 build :
2125 name : Build
Original file line number Diff line number Diff line change 1010 workflow_dispatch :
1111 workflow_call :
1212
13+ concurrency :
14+ group : ${{ github.workflow }}-${{ github.event_name }}-${{ github.event.pull_request.number || github.ref }}
15+ cancel-in-progress : true
16+
1317jobs :
1418 check :
1519 name : Check
You can’t perform that action at this time.
0 commit comments