From 54abe60b721f24bd99ca6a5e624398752870f560 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Fri, 15 May 2026 13:44:38 +0000 Subject: [PATCH] fix: correct test workflow job if expression syntax Agent-Logs-Url: https://github.com/AdamJ/TimeTrackerPro/sessions/739ab9d3-8eb5-41b1-a1b8-6a236dd89321 Co-authored-by: AdamJ <4032718+AdamJ@users.noreply.github.com> --- .github/workflows/test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 2513808..0bb273a 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -9,7 +9,7 @@ on: jobs: test: - if: !(github.event_name == 'push' && github.actor == 'github-actions[bot]' && startsWith(github.event.head_commit.message, 'chore: bump version to ')) + if: ${{ !(github.event_name == 'push' && github.actor == 'github-actions[bot]' && startsWith(github.event.head_commit.message, 'chore: bump version to ')) }} runs-on: ubuntu-latest strategy: