Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
Quafadas committed Sep 23, 2024
1 parent e3d86c6 commit d7f2c67
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,9 @@ jobs:
ref: benchmark

- name: Aggregate benchmark results
run: ./aggregate.sh
run: |
chmod +x aggregate.sh
./aggregate.sh
- name: Switch to main branch
run: |
Expand Down

0 comments on commit d7f2c67

Please sign in to comment.