convictional / trigger-workflow-and-wait

Trigger a workflow in another (or same) repository and wait for the job to finish.
MIT License
311 stars 151 forks source link

Workflow not stopping after using wait_workflow #92

Open prabhat-kumar-ts opened 11 months ago

prabhat-kumar-ts commented 11 months ago
     - 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
Screenshot 2023-10-05 at 3 25 23 PM

this infinitely wait and workflow not stopping. wht's the fix?

lironmatityahu commented 11 months ago

+1 i use wait_workflow: true

it shows success but not stopping

prabhat-kumar-ts commented 11 months ago

wait_workflow: false is also not working and gives error

prabhat-kumar-ts commented 11 months ago

@rabih can you please check this whether it is possible or not?

rabih commented 11 months ago

Hi @prabhat-kumar-ts, I was laid off from here and will no longer be contributing to this project.

coltenkrauter commented 8 months ago

Will someone else be owning this?

marcellodesales commented 6 months ago

Has anybody forked this? I really need and I could maintain it...

oleksandr-ivanov-ah commented 5 months ago

i use wait_workflow: true