File tree Expand file tree Collapse file tree 5 files changed +20
-0
lines changed
Expand file tree Collapse file tree 5 files changed +20
-0
lines changed Original file line number Diff line number Diff line change 22# yaml-language-server: $schema=https://www.schemastore.org/github-workflow.json
33name : latest
44
5+ concurrency :
6+ group : ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
7+ cancel-in-progress : true
8+
59" on " :
610 workflow_dispatch :
711 push :
Original file line number Diff line number Diff line change 22# yaml-language-server: $schema=https://www.schemastore.org/github-workflow.json
33name : v3.10
44
5+ concurrency :
6+ group : ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
7+ cancel-in-progress : true
8+
59" on " :
610 workflow_dispatch :
711 push :
Original file line number Diff line number Diff line change 22# yaml-language-server: $schema=https://www.schemastore.org/github-workflow.json
33name : v3.11
44
5+ concurrency :
6+ group : ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
7+ cancel-in-progress : true
8+
59" on " :
610 workflow_dispatch :
711 push :
Original file line number Diff line number Diff line change 22# yaml-language-server: $schema=https://www.schemastore.org/github-workflow.json
33name : v3.12
44
5+ concurrency :
6+ group : ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
7+ cancel-in-progress : true
8+
59" on " :
610 workflow_dispatch :
711 push :
Original file line number Diff line number Diff line change 22# yaml-language-server: $schema=https://www.schemastore.org/github-workflow.json
33name : v3.9
44
5+ concurrency :
6+ group : ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
7+ cancel-in-progress : true
8+
59" on " :
610 workflow_dispatch :
711 push :
You can’t perform that action at this time.
0 commit comments