Skip to content

Commit

Permalink
Only run runLoadTimeBenchmark once per day
Browse files Browse the repository at this point in the history
  • Loading branch information
tellet-q committed Jan 3, 2025
1 parent a26483b commit 8c37878
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/continuous-benchmark.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -185,7 +185,7 @@ jobs:
runLoadTimeBenchmark:
runs-on: ubuntu-latest
needs: runBenchmark
if: ${{ always() }}
if: ${{ always() && (github.event_name == 'workflow_dispatch' || github.event_name == 'repository_dispatch' || github.event.schedule == '0 0 * * *') }}
steps:
- uses: actions/checkout@v3
- uses: webfactory/[email protected]
Expand Down

0 comments on commit 8c37878

Please sign in to comment.