]> git.ipfire.org Git - thirdparty/pdns.git/commitdiff
remove spelling cron; limit spelling to docs
authorPeter van Dijk <peter.van.dijk@powerdns.com>
Wed, 27 May 2020 13:55:04 +0000 (15:55 +0200)
committerPeter van Dijk <peter.van.dijk@powerdns.com>
Wed, 27 May 2020 13:55:04 +0000 (15:55 +0200)
.github/actions/spell-check/only.txt [new file with mode: 0644]
.github/workflows/spelling.yml

diff --git a/.github/actions/spell-check/only.txt b/.github/actions/spell-check/only.txt
new file mode 100644 (file)
index 0000000..b8e3d53
--- /dev/null
@@ -0,0 +1,2 @@
+/docs/
+^docs/
index abc15f239510cdb81a486fb82134205cde246189..d4b02bc24d07f9ee460e6f0f380e265cef1ddb20 100644 (file)
@@ -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: