You've already forked postgres
mirror of
https://github.com/docker-library/postgres.git
synced 2025-07-25 12:22:02 +03:00
Add the ability for us to manually trigger GitHub tests
This commit is contained in:
1
.github/workflows/ci.yml
vendored
1
.github/workflows/ci.yml
vendored
@ -5,6 +5,7 @@ on:
|
|||||||
push:
|
push:
|
||||||
schedule:
|
schedule:
|
||||||
- cron: 0 0 * * 0
|
- cron: 0 0 * * 0
|
||||||
|
workflow_dispatch:
|
||||||
|
|
||||||
defaults:
|
defaults:
|
||||||
run:
|
run:
|
||||||
|
1
.github/workflows/verify-templating.yml
vendored
1
.github/workflows/verify-templating.yml
vendored
@ -3,6 +3,7 @@ name: Verify Templating
|
|||||||
on:
|
on:
|
||||||
pull_request:
|
pull_request:
|
||||||
push:
|
push:
|
||||||
|
workflow_dispatch:
|
||||||
|
|
||||||
defaults:
|
defaults:
|
||||||
run:
|
run:
|
||||||
|
Reference in New Issue
Block a user