2022-08-26 02:09:48 +00:00
|
|
|
name: windows-2022
|
|
|
|
|
|
|
|
concurrency:
|
|
|
|
group: ${{ github.workflow }}-${{ github.ref }}
|
|
|
|
cancel-in-progress: true
|
|
|
|
|
|
|
|
on:
|
|
|
|
workflow_dispatch:
|
|
|
|
push:
|
|
|
|
branches:
|
|
|
|
- 'master'
|
2022-09-20 19:16:13 +00:00
|
|
|
- '[0-9]+.[0-9]+'
|
2022-08-26 02:09:48 +00:00
|
|
|
pull_request:
|
|
|
|
|
|
|
|
jobs:
|
2022-09-10 13:07:46 +00:00
|
|
|
validate-dco:
|
|
|
|
uses: ./.github/workflows/.dco.yml
|
|
|
|
|
2022-08-26 02:09:48 +00:00
|
|
|
run:
|
2022-09-10 13:07:46 +00:00
|
|
|
needs:
|
|
|
|
- validate-dco
|
2022-08-26 02:09:48 +00:00
|
|
|
uses: ./.github/workflows/.windows.yml
|
|
|
|
with:
|
|
|
|
os: windows-2022
|
|
|
|
send_coverage: true
|