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

Improve GitHub CI Actions: remove the build of executables if only the docsite is touched #47

Open
rorleth opened this issue Apr 16, 2024 · 0 comments

Comments

@rorleth
Copy link
Collaborator

rorleth commented Apr 16, 2024

Currently, every pull requests builds the executables, even if only the docsite is changed by a PR. This slows the checkin process down and it would incur additional costs if this wasn't a public repo (GitHub only gives you those actions for free if the repo is public). See ci.yml (where those are kicked off) and docsite.yml (where the Docusaurus build is being kicked off conditionally on files in the docsite folder being touched - we're looking for the inverse of that in this task).

@rorleth rorleth changed the title Improve GitHub Actions: remove the build of executables if only the docsite is touched Improve GitHub CI Actions: remove the build of executables if only the docsite is touched Apr 16, 2024
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