You've already forked postgres
mirror of
https://github.com/docker-library/postgres.git
synced 2025-07-24 01:01:07 +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:
|
||||
schedule:
|
||||
- cron: 0 0 * * 0
|
||||
workflow_dispatch:
|
||||
|
||||
defaults:
|
||||
run:
|
||||
|
1
.github/workflows/verify-templating.yml
vendored
1
.github/workflows/verify-templating.yml
vendored
@ -3,6 +3,7 @@ name: Verify Templating
|
||||
on:
|
||||
pull_request:
|
||||
push:
|
||||
workflow_dispatch:
|
||||
|
||||
defaults:
|
||||
run:
|
||||
|
Reference in New Issue
Block a user