Skip to content

Run CI only when relevant directories are modified #530

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

Merged
merged 1 commit into from
Jan 25, 2022

Conversation

giordano
Copy link
Member

This avoids spawning dozens of jobs when modifying unrelated files (like README,
documentation, etc...)

This is related to #529, as we can have a CI job to test only MPIABI.jl,
although we'll probably want to run downstream MPI.jl tests when MPIABI.jl is
modified.


on:
pull_request:

paths:
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We should probably also include this file in the list, so that when this is modified these tests are also run?

This avoids spawning dozens of jobs when modifying unrelated files (like README,
documentation, etc...)
@simonbyrne simonbyrne merged commit 38a1e45 into JuliaParallel:master Jan 25, 2022
@giordano giordano deleted the mg/ci-paths branch January 25, 2022 19:34
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.

2 participants