From 6d41beba57af282e9b8be4ac537580f870f6d5e0 Mon Sep 17 00:00:00 2001 From: Sijawusz Pur Rahnama Date: Sat, 16 Jan 2021 19:57:57 +0100 Subject: [PATCH] Remove ill-working CI hack --- .github/workflows/ci.yml | 6 ------ 1 file changed, 6 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 544e4f20..0298a508 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -3,12 +3,6 @@ name: CI on: push: pull_request: - branches: - # Branches from forks have the form 'user:branch-name' so we only run - # this job on pull_request events for branches that look like fork - # branches. Without this we would end up running this job twice for non - # forked PRs, once for the push and then once for opening the PR. - - "**:**" schedule: - cron: "0 3 * * 1" # Every monday at 3 AM