diff --git a/.github/workflows/check_markdown.yaml b/.github/workflows/check_markdown.yaml index ea19658bd..b25c4eef0 100644 --- a/.github/workflows/check_markdown.yaml +++ b/.github/workflows/check_markdown.yaml @@ -5,15 +5,10 @@ name: Check markdown # 21st as the first letter of this repo is the 21st letter in the alphabet. on: push: - branches: - - 'issue_61' pull_request: - branches: - - 'issue_61' schedule: - cron: "0 0 21 * *" - jobs: check_markdown: