Skip to content

Commit

Permalink
Update release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
AndrewSazonov authored Jul 26, 2024
1 parent 159ac4d commit bdbdf51
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -292,7 +292,7 @@ jobs:
run: scripts/run_pycfml_functional_tests_with_benchmarks_save.sh

- name: Push benchmark results to repository
if: env.BRANCH_NAME != 'master' && "contains(github.event.head_commit.message, '[save benchmark results]')"
if: env.BRANCH_NAME != 'master' && ${{ contains(github.event.head_commit.message, '[save benchmark results]') }}
uses: EndBug/add-and-commit@v9
with:
add: '.benchmarks/pyCFML'
Expand Down

0 comments on commit bdbdf51

Please sign in to comment.