Skip to content

Commit 8c37878

Browse files
committed
Only run runLoadTimeBenchmark once per day
1 parent a26483b commit 8c37878

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/continuous-benchmark.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -185,7 +185,7 @@ jobs:
185185
runLoadTimeBenchmark:
186186
runs-on: ubuntu-latest
187187
needs: runBenchmark
188-
if: ${{ always() }}
188+
if: ${{ always() && (github.event_name == 'workflow_dispatch' || github.event_name == 'repository_dispatch' || github.event.schedule == '0 0 * * *') }}
189189
steps:
190190
- uses: actions/checkout@v3
191191
- uses: webfactory/[email protected]

0 commit comments

Comments
 (0)