Scheduled tests should only run on a daily basis

This commit is contained in:
Lysandre
2022-02-23 17:52:22 -05:00
parent 6336017c15
commit c475f3ce2d

View File

@@ -1,18 +1,6 @@
name: Self-hosted runner (scheduled)
on:
push:
branches:
- master
- ci_*
- ci-*
- github-actions-workflows
paths:
- "src/**"
- "tests/**"
- ".github/**"
- "templates/**"
- "utils/**"
repository_dispatch:
schedule:
- cron: "0 2 * * *"