Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Can't retrieve result on workflow dispatch event #43

Open
sunRock98 opened this issue Jul 14, 2023 · 1 comment
Open

Can't retrieve result on workflow dispatch event #43

sunRock98 opened this issue Jul 14, 2023 · 1 comment

Comments

@sunRock98
Copy link

I have workflow with two jobs, second job at some step waits for first job to finish. Everything works as expected if

on:
 pull_request:
    types: [opened, synchronize, reopened]
 workflow_dispatch:

but if I delete this pull_request trigger and leave only

on:
  workflow_dispatch:

wait step could not get info and prints
Retrieved 0 check runs named ...

Any suggestions?

@simonmudd
Copy link

I also have this issue

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants