Separate Push CI images from Scheduled CI (#19170)

* separate images

* Fix condition

Co-authored-by: ydshieh <ydshieh@users.noreply.github.com>
This commit is contained in:
Yih-Dar
2022-09-26 10:55:42 +02:00
committed by GitHub
parent fa4eeb4fd3
commit 71fc331746
3 changed files with 24 additions and 8 deletions

View File

@@ -40,6 +40,8 @@ jobs:
needs: check-for-setup
if: (github.event_name == 'push') && (needs.check-for-setup.outputs.changed == '1')
uses: ./.github/workflows/build-docker-images.yml
with:
image_postfix: "-push-ci"
secrets: inherit
run_push_ci: