From eed34fdb6404767dffda897ecb64f4850b30607d Mon Sep 17 00:00:00 2001 From: Peter van Dijk Date: Wed, 27 May 2020 15:55:04 +0200 Subject: [PATCH] remove spelling cron; limit spelling to docs --- .github/actions/spell-check/only.txt | 2 ++ .github/workflows/spelling.yml | 3 --- 2 files changed, 2 insertions(+), 3 deletions(-) create mode 100644 .github/actions/spell-check/only.txt diff --git a/.github/actions/spell-check/only.txt b/.github/actions/spell-check/only.txt new file mode 100644 index 0000000000..b8e3d5334e --- /dev/null +++ b/.github/actions/spell-check/only.txt @@ -0,0 +1,2 @@ +/docs/ +^docs/ diff --git a/.github/workflows/spelling.yml b/.github/workflows/spelling.yml index abc15f2395..d4b02bc24d 100644 --- a/.github/workflows/spelling.yml +++ b/.github/workflows/spelling.yml @@ -5,9 +5,6 @@ on: - "**" tags-ignore: - "**" - schedule: - # * is a special character in YAML so you have to quote this string - - cron: '15 * * * *' jobs: build: -- 2.47.2