Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit a2dc351

Browse files
deborahjalfontDeborah Jalfon
andauthored
Add nightly unstable package (#16)
Co-authored-by: Deborah Jalfon <[email protected]>
1 parent a51ffe3 commit a2dc351

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed
Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
name: Nightly Unstable Build and Package
2+
3+
on:
4+
schedule:
5+
- cron: '0 1 * * *' # Run every day at 1:00 AM UTC
6+
workflow_dispatch: # Allow manual triggering
7+
8+
jobs:
9+
build-and-test-unstable:
10+
uses: redis/homebrew-redis/.github/workflows/build-binary-dists.yml@unstable

0 commit comments

Comments
 (0)