File tree Expand file tree Collapse file tree 5 files changed +0
-20
lines changed
Expand file tree Collapse file tree 5 files changed +0
-20
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-
117jobs :
128 build :
139 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-
117jobs :
128 browser-tests-windows :
139 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-
117jobs :
128 build :
139 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-
117jobs :
128 build :
139 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-
2319jobs :
2420 build :
2521 name : Build
You can’t perform that action at this time.
0 commit comments