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

Run check workflow after another one is finished. #6

Open
Superbasil3 opened this issue Jan 3, 2023 · 0 comments
Open

Run check workflow after another one is finished. #6

Superbasil3 opened this issue Jan 3, 2023 · 0 comments

Comments

@Superbasil3
Copy link
Owner

Currently, we are running the step inside the same workflow where we are generating the logs.
Maybe we could just have a separate workflow, triggered when the first one is finished :

Check https://stackoverflow.com/questions/62750603/github-actions-trigger-another-action-after-one-action-is-completed
With this we could:
Access the full logs of the previous workflow as an archive, extract the files, and run the process on all files.
This would ease setup -> Only need GithubToken that can access the previous logs and path to the regex files.

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

1 participant