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

View file

@ -3,12 +3,6 @@ name: CI
on: on:
push: push:
pull_request: 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: schedule:
- cron: "0 3 * * 1" # Every monday at 3 AM - cron: "0 3 * * 1" # Every monday at 3 AM