diff options
| author | Dan Allen <dan.j.allen@gmail.com> | 2020-11-27 14:08:37 -0700 |
|---|---|---|
| committer | Dan Allen <dan.j.allen@gmail.com> | 2020-11-27 14:10:54 -0700 |
| commit | c45d4366674afe0ca28c7bf3a8feb82dcbfdee0e (patch) | |
| tree | 2db4dd6b28e579c7d91bc4097f021bcdabe0e133 /.github/workflows | |
| parent | 172487db03f073fa51526551445acbf83c427327 (diff) | |
revert syntax change to config that broke CI workflow
Diffstat (limited to '.github/workflows')
| -rw-r--r-- | .github/workflows/ci.yml | 2 |
1 files changed, 1 insertions, 1 deletions
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 |
