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

"This workflow has no runs yet" #153

Open
vitaly-zdanevich opened this issue Sep 15, 2024 · 2 comments
Open

"This workflow has no runs yet" #153

vitaly-zdanevich opened this issue Sep 15, 2024 · 2 comments

Comments

@vitaly-zdanevich
Copy link

Created according to instruction - and looks like not running :(

The repo https://github.com/vitaly-zdanevich/geeknote

@vitaly-zdanevich
Copy link
Author

CI is running after adding on: push:

on:
  push:
    branches:
      - 'master'
  pull_request:
    types: [opened, reopened, synchronize]

But not any review yet.

@anc95
Copy link
Owner

anc95 commented Sep 18, 2024

this is expected. The action doesn't work when you push to a new branch (which has no PR yet). so even you configure

push:
    branches:
      - 'master'

the action was triggered, but it didn't respond the review content.

It would help if you created a new PR to trigger the code review process

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