mirror of
https://github.com/moby/moby.git
synced 2022-11-09 12:21:53 -05:00
17 lines
290 B
YAML
17 lines
290 B
YAML
name: windows-2019
|
|
|
|
concurrency:
|
|
group: ${{ github.workflow }}-${{ github.ref }}
|
|
cancel-in-progress: true
|
|
|
|
on:
|
|
schedule:
|
|
- cron: '0 10 * * *'
|
|
workflow_dispatch:
|
|
|
|
jobs:
|
|
run:
|
|
uses: ./.github/workflows/.windows.yml
|
|
with:
|
|
os: windows-2019
|
|
send_coverage: false
|