Skip to content

Commit

Permalink
update workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
ayoisaiah committed Oct 30, 2023
1 parent 07b79e2 commit 89b0bee
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/benchmarks.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,12 @@
name: Update Benchmarks
name: Update benchmarks
on:
workflow_dispatch:
schedule:
- cron: '0 0 * * 0'
push:
branches:
- main

jobs:
run_benchmark:
runs-on: ubuntu-latest
Expand Down Expand Up @@ -38,7 +39,7 @@ jobs:

update_report:
runs-on: ubuntu-latest
needs: run_tests
needs: run_benchmark
steps:
- name: Checkout
uses: actions/checkout@v4
Expand Down

0 comments on commit 89b0bee

Please sign in to comment.