From 4649389a2248c03f6203da1aa1c49fb2b2af68cd Mon Sep 17 00:00:00 2001 From: L3D Date: Fri, 9 Jul 2021 11:52:07 +0200 Subject: [PATCH] disable scheduled runs --- .github/workflows/ansible-linting-check.yml | 2 -- .github/workflows/yamllint.yaml | 2 -- 2 files changed, 4 deletions(-) diff --git a/.github/workflows/ansible-linting-check.yml b/.github/workflows/ansible-linting-check.yml index 7973217..ab63487 100644 --- a/.github/workflows/ansible-linting-check.yml +++ b/.github/workflows/ansible-linting-check.yml @@ -7,8 +7,6 @@ on: branches: '*' pull_request: branches: '*' - schedule: - - cron: '42 6 * */1 *' jobs: build: diff --git a/.github/workflows/yamllint.yaml b/.github/workflows/yamllint.yaml index ddb5b89..d4ad029 100644 --- a/.github/workflows/yamllint.yaml +++ b/.github/workflows/yamllint.yaml @@ -7,8 +7,6 @@ on: branches: '*' pull_request: branches: '*' - schedule: - - cron: '23 6 * */1 *' jobs: yamllint: