Scheduled tests should only run on a daily basis
This commit is contained in:
12
.github/workflows/self-scheduled.yml
vendored
12
.github/workflows/self-scheduled.yml
vendored
@@ -1,18 +1,6 @@
|
|||||||
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 * * *"
|
||||||
|
|||||||
Reference in New Issue
Block a user