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)
|
||||
|
||||
on:
|
||||
push:
|
||||
branches:
|
||||
- master
|
||||
- ci_*
|
||||
- ci-*
|
||||
- github-actions-workflows
|
||||
paths:
|
||||
- "src/**"
|
||||
- "tests/**"
|
||||
- ".github/**"
|
||||
- "templates/**"
|
||||
- "utils/**"
|
||||
repository_dispatch:
|
||||
schedule:
|
||||
- cron: "0 2 * * *"
|
||||
|
||||
Reference in New Issue
Block a user