From c45d4366674afe0ca28c7bf3a8feb82dcbfdee0e Mon Sep 17 00:00:00 2001 From: Dan Allen Date: Fri, 27 Nov 2020 14:08:37 -0700 Subject: revert syntax change to config that broke CI workflow --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.github') diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index d51f3f6d..990c6d74 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -8,7 +8,7 @@ on: - cron: '0 2 * * *' jobs: activate: - if: '!endsWith(github.event.head_commit.message, "[skip ci]")' + if: "!endsWith(github.event.head_commit.message, '[skip ci]')" runs-on: ubuntu-latest steps: - name: Proceed -- cgit v1.2.3