From 292302597e6bede313f5bca316fbc973a64a0684 Mon Sep 17 00:00:00 2001 From: mgandharva Date: Mon, 27 Jan 2025 01:47:26 -0500 Subject: [PATCH] updated workflow trigger --- .github/workflows/spellchecking.yaml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/spellchecking.yaml b/.github/workflows/spellchecking.yaml index 3b1474c7ba..dcb57ee25d 100644 --- a/.github/workflows/spellchecking.yaml +++ b/.github/workflows/spellchecking.yaml @@ -2,12 +2,12 @@ name: Spellchecking Final on: workflow_dispatch: - push: - branches: - - spell-test-autofix - pull_request: - branches: - - spell-test-autofix + # push: + # branches: + # - spell-test-autofix + # pull_request: + # branches: + # - spell-test-autofix jobs: codespell: