Skip to content

Commit f80c789

Browse files
committed
Change when and where the update benchmarks gets run
1 parent b2a5fc2 commit f80c789

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/roll20-update-benchmark.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,10 @@ name: Publish benchmarks to GitHub Pages
33
on:
44
push:
55
branches:
6-
- update-chipsets
6+
- master
7+
workflow_dispatch:
8+
schedule:
9+
- cron: '0 0 */14 * *' # every 14 days at midnight UTC
710

811
permissions:
912
contents: read

0 commit comments

Comments
 (0)