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 48f0795 commit a64a875Copy full SHA for a64a875
.github/workflows/nightly-throughput-stress.yml
@@ -4,6 +4,9 @@ on:
4
schedule:
5
# Run at 3 AM PST (11:00 UTC) - offset from existing nightly
6
- cron: '00 11 * * *'
7
+ push:
8
+ branches:
9
+ - add-nightly-throughput-stress-workflow
10
workflow_dispatch:
11
inputs:
12
duration:
0 commit comments