chore(postgres): schedule new image every week
This commit is contained in:
parent
2d71a4a132
commit
1f285f6492
1 changed files with 4 additions and 0 deletions
4
.github/workflows/postgres.yml
vendored
4
.github/workflows/postgres.yml
vendored
|
@ -1,7 +1,11 @@
|
||||||
name: Postgres image
|
name: Postgres image
|
||||||
on:
|
on:
|
||||||
|
schedule:
|
||||||
|
# every Thursday 2:30am
|
||||||
|
- cron: "30 2 * * 2"
|
||||||
push:
|
push:
|
||||||
paths:
|
paths:
|
||||||
|
- .github/workflows/postgres.yml
|
||||||
- postgres/**
|
- postgres/**
|
||||||
branches:
|
branches:
|
||||||
- main
|
- main
|
||||||
|
|
Loading…
Add table
Reference in a new issue