Change push CI to run on workflow_run event (#17692)

Co-authored-by: ydshieh <ydshieh@users.noreply.github.com>
This commit is contained in:
Yih-Dar
2022-06-15 17:43:31 +02:00
committed by GitHub
parent d453ea6120
commit b76290f44c
2 changed files with 8 additions and 13 deletions

View File

@@ -1,9 +1,12 @@
name: Self-hosted runner (push)
on:
workflow_run:
workflows: ["Self-hosted runner (push-caller)"]
branches: ["main"]
types: [completed]
push:
branches:
- push-ci
- ci_*
- ci-*
paths: