From 189661fc29d91997ce9380e77fd542d41642385c Mon Sep 17 00:00:00 2001 From: Benoit Daloze Date: Wed, 7 Jul 2021 22:35:50 +0200 Subject: [PATCH] Remove workflow schedule as it causes the workflow to be disabled in forks --- .github/workflows/test.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index cad8705..7cc5f61 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -8,8 +8,6 @@ on: - '*' paths-ignore: - README.md - schedule: - - cron: '0 7 * * SUN' workflow_dispatch: jobs: