From bfdb6d0de016d8519d68b3624cfcc39f21fc770a Mon Sep 17 00:00:00 2001 From: AnthonyFuller <24512050+AnthonyFuller@users.noreply.github.com> Date: Sat, 6 Apr 2024 16:00:54 +0100 Subject: [PATCH] Forgot ${{}} --- .github/workflows/locale.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/locale.yml b/.github/workflows/locale.yml index a467ca8e..5cc57cc2 100644 --- a/.github/workflows/locale.yml +++ b/.github/workflows/locale.yml @@ -10,7 +10,7 @@ on: jobs: rebuild-locale: name: Rebuild Localisation - if: !startsWith(github.ref, 'refs/tags/') + if: ${{ !startsWith(github.ref, 'refs/tags/') }} runs-on: windows-latest steps: