Skip to content

Commit

Permalink
always run
Browse files Browse the repository at this point in the history
  • Loading branch information
atharva-2001 committed Nov 1, 2023
1 parent 2bd4194 commit ff6edb3
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/benchmarks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,8 @@ jobs:
path: benchmarks/data/kurucz_cd23_chianti_H_He.h5
key: atom-data

- uses: mamba-org/setup-micromamba@v1
- name: Setup Mamba
uses: mamba-org/setup-micromamba@v1
with:
environment-name: benchmark
init-shell: >-
Expand All @@ -81,6 +82,7 @@ jobs:

- name: Run benchmarks for last 5 commits if not PR
# if: github.event_name != 'pull_request_target'
if: always()
continue-on-error: true
run: |
git log -n 5 --pretty=format:"%H" >> tag_commits.txt
Expand Down

0 comments on commit ff6edb3

Please sign in to comment.