Skip to content

Commit 5e245aa

Browse files
authored
ci(rsc): add daily schedule to test canary/experimental React versions (#897)
1 parent a38e2c4 commit 5e245aa

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/ci-rsc.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,9 @@ on:
1212
- "packages/plugin-rsc/**"
1313
- "pnpm-lock.yaml"
1414
- ".github/workflows/ci-rsc.yml"
15+
schedule:
16+
# Run daily at 00:00 UTC to test canary/experimental React versions
17+
- cron: "0 0 * * *"
1518

1619
concurrency:
1720
group: ${{ github.workflow }}-${{ github.event.number || github.sha }}

0 commit comments

Comments
 (0)