File tree Expand file tree Collapse file tree 2 files changed +18
-8
lines changed Expand file tree Collapse file tree 2 files changed +18
-8
lines changed Original file line number Diff line number Diff line change 11name : ' Test/push the `cnf-test-partner` image'
22on :
3- push :
4- paths :
5- - ' test-partner/Dockerfile'
6- pull_request :
3+ # Run the workflow every day at 5 am UTC (1 am EST, 7am CET)
4+ # This is useful for keeping the image up-to-date with security
5+ # patches provided in the UBI.
6+ # Disclaimer: There is no guarantee that scheduled workflows will
7+ # run at the predefined time, if at all. The delay is usually
8+ # around 10-30 minutes.
9+ schedule :
10+ - cron : ' 0 5 * * *'
11+ workflow_dispatch :
712defaults :
813 run :
914 shell : bash
Original file line number Diff line number Diff line change 11name : ' Test/push the `debug-partner` image'
22on :
3- push :
4- paths :
5- - ' test-partner/Dockerfile.debug-partner'
6- pull_request :
3+ # Run the workflow every day at 5 am UTC (1 am EST, 7am CET)
4+ # This is useful for keeping the image up-to-date with security
5+ # patches provided in the UBI.
6+ # Disclaimer: There is no guarantee that scheduled workflows will
7+ # run at the predefined time, if at all. The delay is usually
8+ # around 10-30 minutes.
9+ schedule :
10+ - cron : ' 0 5 * * *'
11+ workflow_dispatch :
712defaults :
813 run :
914 shell : bash
You can’t perform that action at this time.
0 commit comments