Run installation CI when the CI itself is changed

This commit is contained in:
Jordan Carlin 2025-01-05 16:22:00 -08:00
parent 8cae4d2963
commit 434a3eec7d
No known key found for this signature in database

View File

@ -19,6 +19,7 @@ on:
- 'bin/wally-tool-chain-install.sh' - 'bin/wally-tool-chain-install.sh'
- 'bin/wally-distro-check.sh' - 'bin/wally-distro-check.sh'
- 'bin/wally-package-install.sh' - 'bin/wally-package-install.sh'
- '.github/workflows/install.yml'
schedule: schedule:
- cron: "0 7 * * 3" # Run at 12:00 AM Pacific Time on Wednesdays - cron: "0 7 * * 3" # Run at 12:00 AM Pacific Time on Wednesdays