From bdbdf519010c5a436b672161fe8fc5c0808213f8 Mon Sep 17 00:00:00 2001 From: Andrew Sazonov Date: Fri, 26 Jul 2024 18:26:29 +0200 Subject: [PATCH] Update release.yml --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 3ad7cd3..a5a46aa 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -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'