We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a38e2c4 commit 5e245aaCopy full SHA for 5e245aa
.github/workflows/ci-rsc.yml
@@ -12,6 +12,9 @@ on:
12
- "packages/plugin-rsc/**"
13
- "pnpm-lock.yaml"
14
- ".github/workflows/ci-rsc.yml"
15
+ schedule:
16
+ # Run daily at 00:00 UTC to test canary/experimental React versions
17
+ - cron: "0 0 * * *"
18
19
concurrency:
20
group: ${{ github.workflow }}-${{ github.event.number || github.sha }}
0 commit comments