mirror of
https://github.com/openhwgroup/cvw
synced 2025-02-08 20:55:18 +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
|
name: Installation
|
||||||
on:
|
on:
|
||||||
workflow_dispatch:
|
workflow_dispatch:
|
||||||
push:
|
pull_request:
|
||||||
|
branches:
|
||||||
|
- main
|
||||||
|
paths:
|
||||||
|
- 'bin/wally-tool-chain-install.sh'
|
||||||
|
- 'bin/wally-distro-check.sh'
|
||||||
|
- 'wally-package-install.sh'
|
||||||
schedule:
|
schedule:
|
||||||
- cron: "0 0 * * 3" # Run at 12:00 AM on Wednesdays
|
- cron: "0 0 * * 3" # Run at 12:00 AM on Wednesdays
|
||||||
defaults:
|
defaults:
|
||||||
|
Loading…
Reference in New Issue
Block a user