Skip to content

Commit 5546f4e

Browse files
authored
allow trigger benchmarks manually (#5950)
1 parent 84497b6 commit 5546f4e

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/benchmarks.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@ on:
55
# branches: [ '*' ]
66
schedule:
77
- cron: '0 3 * * *'
8+
workflow_dispatch:
9+
810
env:
911
GRADLE_ENTERPRISE_ACCESS_KEY: ${{ secrets.GRADLE_ENTERPRISE_ACCESS_KEY }}
1012

0 commit comments

Comments
 (0)