Remove ill-working CI hack

This commit is contained in:
Sijawusz Pur Rahnama 2021-01-16 19:57:57 +01:00 committed by GitHub
parent bedf3a68d7
commit 6d41beba57
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 6 deletions

View File

@ -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