Docker images should only run on a daily basis
This commit is contained in:
11
.github/workflows/build-docker-images.yml
vendored
11
.github/workflows/build-docker-images.yml
vendored
@@ -1,17 +1,6 @@
|
|||||||
name: Build docker images (scheduled)
|
name: Build docker images (scheduled)
|
||||||
|
|
||||||
on:
|
on:
|
||||||
push:
|
|
||||||
branches:
|
|
||||||
- master
|
|
||||||
- updating-dockerfiles
|
|
||||||
paths:
|
|
||||||
- "src/**"
|
|
||||||
- "tests/**"
|
|
||||||
- ".github/**"
|
|
||||||
- "templates/**"
|
|
||||||
- "utils/**"
|
|
||||||
- "docker/**"
|
|
||||||
repository_dispatch:
|
repository_dispatch:
|
||||||
schedule:
|
schedule:
|
||||||
- cron: "0 1 * * *"
|
- cron: "0 1 * * *"
|
||||||
|
|||||||
Reference in New Issue
Block a user