mirror of
https://github.com/openhwgroup/cvw
synced 2025-01-23 04:54:29 +00:00
Only run installation test workflow for PRs that edit the installation scripts
This commit is contained in:
parent
771ed52c95
commit
bad3c7ab2e
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…
Reference in New Issue
Block a user