Docker images should only run on a daily basis

This commit is contained in:
Lysandre 2022-02-23 18:01:44 -05:00
parent c475f3ce2d
commit 309e87e25e

View File

@ -1,17 +1,6 @@
name: Build docker images (scheduled)
on:
push:
branches:
- master
- updating-dockerfiles
paths:
- "src/**"
- "tests/**"
- ".github/**"
- "templates/**"
- "utils/**"
- "docker/**"
repository_dispatch:
schedule:
- cron: "0 1 * * *"