mirror of
https://github.com/openhwgroup/cvw.git
synced 2025-04-20 03:47:20 -04:00
Add schedule to run weekly
This commit is contained in:
parent
58b4ecc211
commit
771ed52c95
1 changed files with 5 additions and 2 deletions
7
.github/workflows/install.yml
vendored
7
.github/workflows/install.yml
vendored
|
@ -1,9 +1,12 @@
|
|||
name: Installation
|
||||
on: [workflow_dispatch, push]
|
||||
on:
|
||||
workflow_dispatch:
|
||||
push:
|
||||
schedule:
|
||||
- cron: "0 0 * * 3" # Run at 12:00 AM on Wednesdays
|
||||
defaults:
|
||||
run:
|
||||
shell: bash
|
||||
|
||||
jobs:
|
||||
installation_test:
|
||||
name: Test installation for ${{ matrix.name }}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue