From 25a653e8f7254b4371b196d514d016de528474bd Mon Sep 17 00:00:00 2001 From: Olga Lyashevska Date: Wed, 21 Aug 2024 16:55:57 +0200 Subject: [PATCH] Do not create issues on push and PR to the main --- .github/workflows/link-check.yml | 6 ------ 1 file changed, 6 deletions(-) diff --git a/.github/workflows/link-check.yml b/.github/workflows/link-check.yml index 4f6292a5..a4febfb7 100644 --- a/.github/workflows/link-check.yml +++ b/.github/workflows/link-check.yml @@ -2,12 +2,6 @@ name: link-check on: workflow_dispatch: - push: - branches: - - main - pull_request: - branches: - - main schedule: - cron: '0 0 1 * *' # first day of every month at midnight