Skip to content

Commit 26db2e0

Browse files
author
Orbax Authors
committed
Update build workflow schedule and triggers.
PiperOrigin-RevId: 874177472
1 parent 8956613 commit 26db2e0

1 file changed

Lines changed: 2 additions & 5 deletions

File tree

.github/workflows/build.yml

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,15 +3,12 @@ name: build
33
on:
44
# continuous
55
schedule:
6-
# Run every hour
7-
- cron: "0 * * * *"
6+
# Run every 4 hour
7+
- cron: "0 */4 * * *"
88
push:
99
branches:
1010
- main
1111
- 'test_*'
12-
pull_request:
13-
branches:
14-
- main
1512

1613
permissions:
1714
contents: read

0 commit comments

Comments
 (0)