mirror of
https://github.com/openhwgroup/cvw.git
synced 2025-04-22 04:47:41 -04:00
Only run installation test workflow for PRs that edit the installation scripts
This commit is contained in:
parent
771ed52c95
commit
bad3c7ab2e
1 changed files with 7 additions and 1 deletions
8
.github/workflows/install.yml
vendored
8
.github/workflows/install.yml
vendored
|
@ -1,7 +1,13 @@
|
|||
name: Installation
|
||||
on:
|
||||
workflow_dispatch:
|
||||
push:
|
||||
pull_request:
|
||||
branches:
|
||||
- main
|
||||
paths:
|
||||
- 'bin/wally-tool-chain-install.sh'
|
||||
- 'bin/wally-distro-check.sh'
|
||||
- 'wally-package-install.sh'
|
||||
schedule:
|
||||
- cron: "0 0 * * 3" # Run at 12:00 AM on Wednesdays
|
||||
defaults:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue