diff --git a/.github/workflows/spelling.yml b/.github/workflows/spelling.yml index f838c7726c8..26ab0e54741 100644 --- a/.github/workflows/spelling.yml +++ b/.github/workflows/spelling.yml @@ -1,10 +1,6 @@ name: Spell checking on: push: - branches: - - "*" - tags-ignore: - - "*" schedule: # * is a special character in YAML so you have to quote this string - cron: '15 * * * *'