Nightly Unstable Build and Package #109
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| name: Nightly Unstable Build and Package | |
| on: | |
| schedule: | |
| - cron: '0 1 * * *' # Run every day at 1:00 AM UTC | |
| workflow_dispatch: # Allow manual triggering | |
| jobs: | |
| build-and-test-unstable: | |
| uses: redis/homebrew-redis/.github/workflows/build-binary-dists.yml@unstable |