Commit c475f3ce authored by Lysandre's avatar Lysandre
Browse files

Scheduled tests should only run on a daily basis

parent 6336017c
name: Self-hosted runner (scheduled) name: Self-hosted runner (scheduled)
on: on:
push:
branches:
- master
- ci_*
- ci-*
- github-actions-workflows
paths:
- "src/**"
- "tests/**"
- ".github/**"
- "templates/**"
- "utils/**"
repository_dispatch: repository_dispatch:
schedule: schedule:
- cron: "0 2 * * *" - cron: "0 2 * * *"
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment