From 20a30d63ac0d0c950a51766ecc9599092358d82e Mon Sep 17 00:00:00 2001 From: tarek-y-ismail Date: Thu, 3 Oct 2024 16:49:37 +0300 Subject: [PATCH] Disable automatic running of documentation checks MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: MichaƂ Sawicz --- .github/workflows/automatic-doc-checks.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/automatic-doc-checks.yml b/.github/workflows/automatic-doc-checks.yml index ffe972d060c..6154205dac2 100644 --- a/.github/workflows/automatic-doc-checks.yml +++ b/.github/workflows/automatic-doc-checks.yml @@ -1,8 +1,6 @@ name: Main Documentation Checks on: - - push - - pull_request - workflow_dispatch concurrency: