mirror of
https://gitea.invidious.io/iv-org/shard-ameba.git
synced 2024-08-15 00:53:29 +00:00
Remove ill-working CI hack
This commit is contained in:
parent
bedf3a68d7
commit
6d41beba57
1 changed files with 0 additions and 6 deletions
6
.github/workflows/ci.yml
vendored
6
.github/workflows/ci.yml
vendored
|
@ -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
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue