Skip to content

Commit 6e00a4b

Browse files
nipunn1313Convex, Inc.
authored andcommitted
Switch daily precompile to precompile on release branch. (#40912)
Switch daily local backend precompile - to happen on pushes to release branch. GitOrigin-RevId: 95429a9ae467b3b30317b27b591312a1f2c2698d
1 parent 61e630c commit 6e00a4b

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

.github/workflows/precompile.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
1-
name: Daily Precompile
1+
name: Precompile Local Backend
22

33
on:
4-
schedule:
5-
- cron: 30 0 * * 1,2,3,4,5
4+
push:
5+
branches:
6+
- release
67
workflow_dispatch:
78

89
jobs:

0 commit comments

Comments
 (0)