mirror of
https://github.com/redhat-actions/push-to-registry.git
synced 2025-05-22 14:44:46 +00:00
Add cron in the workflows
Signed-off-by: divyansh42 <diagrawa@redhat.com>
This commit is contained in:
parent
b5dbf66601
commit
002092527f
3 changed files with 7 additions and 0 deletions
2
.github/workflows/verify-push.yaml
vendored
2
.github/workflows/verify-push.yaml
vendored
|
@ -5,6 +5,8 @@ name: Test Build and Push
|
|||
on:
|
||||
push:
|
||||
workflow_dispatch:
|
||||
schedule:
|
||||
- cron: '0 0 * * *' # every day at midnight
|
||||
|
||||
env:
|
||||
PROJECT_DIR: spring-petclinic
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue