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

link.yml does not appear under GitHub actions #231

Closed
lyashevska opened this issue Jun 4, 2024 · 4 comments
Closed

link.yml does not appear under GitHub actions #231

lyashevska opened this issue Jun 4, 2024 · 4 comments

Comments

@lyashevska
Copy link

links.yml does not appear under GitHub actions.
See example here
Any help is appreciated.

@mre
Copy link
Member

mre commented Jun 4, 2024

Your pull request needs to be merged to make the links.yml file show up in the repository. The GitHub action only runs when it gets merged or when someone from the maintainers approves the new action or they run it manually.

@lyashevska
Copy link
Author

Thanks, thats clear, is there any workflow for testing beforehand?

@lyashevska lyashevska changed the title link.yml does not appear ander GitHub actions link.yml does not appear under GitHub actions Jun 5, 2024
@mre
Copy link
Member

mre commented Jun 5, 2024

This is more of a GitHub Actions question than a lychee-action issue, but you can find some details on how to test your workflow before merging here: https://stackoverflow.com/questions/67707244/how-to-test-github-workflow-without-merging-into-master-main-branch

I recommend adding

on: workflow_dispatch

to your workflow. Then an admin get dispatch (trigger) the workflow manually from the Actions page.
Hope that helps.

@lyashevska
Copy link
Author

Thanks, this is helpful.

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