Workflow not stopping after using wait_workflow
Opened this issue · 7 comments
prabhat-kumar-ts commented
- name: Trigger other workflow
uses: convictional/trigger-workflow-and-wait@v1.6.1
with:
owner: prabhat2k15
repo: helm
ref: script-fix
github_token: ${{ secrets.xyz }}
github_user: github-user
workflow_file_name: deploy-dev.yaml
client_payload: '{"x":"y","z":"${{github.run_id}}"}'
propagate_failure: false
trigger_workflow: true
wait_workflow: false
this infinitely wait and workflow not stopping.
wht's the fix?
lironmatityahu commented
+1
i use
wait_workflow: true
it shows success but not stopping
prabhat-kumar-ts commented
wait_workflow: false
is also not working and gives error
prabhat-kumar-ts commented
@rabih can you please check this whether it is possible or not?
rabih commented
Hi @prabhat-kumar-ts, I was laid off from here and will no longer be contributing to this project.
coltenkrauter commented
Will someone else be owning this?
marcellodesales commented
Has anybody forked this? I really need and I could maintain it...
oleksandr-ivanov-ah commented
i use
wait_workflow: true