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

fix: Run C.I. checks for the docs build on PRs #372

Merged
merged 1 commit into from
Sep 3, 2024
Merged

Conversation

CalMacCQ
Copy link
Collaborator

@CalMacCQ CalMacCQ commented Sep 2, 2024

Description

Fixes the C.I. build of the docs to always run on pull requests. I think after #339 I hadn't updated the workflow correctly so the C.I. checks were skipped. This was because of the way the filtering was set up.

I have solved this for now by removing the "changes" job in C.I. that does the filtering. Let me know if there are any objections to this. I think we would want to run C.I. for most changes we make in this repository anyway. I think the only files I it would make sense to skip the checks for are README files, the licence file and .gitignore

Alternatively I could update the filtering to check for updates to the new files.

This PR should be merged before #370 to be on the safe side.

Related issues

Fixes #368

@CalMacCQ CalMacCQ merged commit 74bd5f1 into main Sep 3, 2024
1 check passed
@CalMacCQ CalMacCQ deleted the fix/CI_checks branch September 3, 2024 08:19
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

Successfully merging this pull request may close these issues.

Manual and examples C.I. build not running when PRs are made
2 participants