From 84f3a31dde084b1aaeb96dda38b221c1704b63e3 Mon Sep 17 00:00:00 2001 From: VictoriousRaptor <10308169+VictoriousRaptor@users.noreply.github.com> Date: Wed, 4 Jan 2023 01:20:54 +0800 Subject: [PATCH] Disable action on push [ci skip] --- .github/workflows/spelling.yml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/spelling.yml b/.github/workflows/spelling.yml index 2a1f070da..df962a675 100644 --- a/.github/workflows/spelling.yml +++ b/.github/workflows/spelling.yml @@ -34,12 +34,12 @@ name: Check Spelling # For background, see: https://github.com/check-spelling/check-spelling/wiki/Feature:-Update-with-deploy-key on: - push: - branches: - - '**' - - '!l10n_dev' - tags-ignore: - - "**" +# push: +# branches: +# - '**' +# - '!l10n_dev' +# tags-ignore: +# - "**" pull_request_target: branches: - '**'