mirror of
https://github.com/openhwgroup/cvw
synced 2025-02-11 06:05:49 +00:00
Add schedule to run weekly
This commit is contained in:
parent
58b4ecc211
commit
771ed52c95
7
.github/workflows/install.yml
vendored
7
.github/workflows/install.yml
vendored
@ -1,9 +1,12 @@
|
|||||||
name: Installation
|
name: Installation
|
||||||
on: [workflow_dispatch, push]
|
on:
|
||||||
|
workflow_dispatch:
|
||||||
|
push:
|
||||||
|
schedule:
|
||||||
|
- cron: "0 0 * * 3" # Run at 12:00 AM on Wednesdays
|
||||||
defaults:
|
defaults:
|
||||||
run:
|
run:
|
||||||
shell: bash
|
shell: bash
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
installation_test:
|
installation_test:
|
||||||
name: Test installation for ${{ matrix.name }}
|
name: Test installation for ${{ matrix.name }}
|
||||||
|
Loading…
Reference in New Issue
Block a user