Skip to content

Commit

Permalink
pybamm-team#2089 try skipping job if branch is develop
Browse files Browse the repository at this point in the history
  • Loading branch information
brosaplanella committed Jun 9, 2022
1 parent bc72c6d commit b6e1fec
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/run_benchmarks_over_history.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ jobs:
# Not required when worklow trigerred
# on develop, but useful when
# experimenting/developing on another branch.
if: github.ref != 'refs/heads/develop'
run: |
git fetch origin develop:develop
- name: Run benchmarks
Expand Down

0 comments on commit b6e1fec

Please sign in to comment.