Skip to content

Commit

Permalink
Merge pull request #3265 from pybamm-team/improve-benchmark-on-push
Browse files Browse the repository at this point in the history
Improve benchmark on push workflow
  • Loading branch information
Saransh-cpp authored Aug 10, 2023
2 parents f4dfbe7 + 81fc4fb commit e7bd82f
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/benchmark_on_push.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,14 @@
name: Run benchmarks on push
on:
push:
branches: [main, develop]
pull_request:

concurrency:
# Cancel intermediate builds always
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true

jobs:
benchmarks:
runs-on: ubuntu-latest
Expand Down

0 comments on commit e7bd82f

Please sign in to comment.