Skip CI when no code changes (e.g. .rs, .toml, or any other file affecting compilation) are made.#391
Conversation
…ting compilation) are made.
Co-authored-by: Román Cárdenas Rodríguez <rcardenas.rod@gmail.com>
|
I would apply my suggestion to all the variants you propose: all the files, for pull requests, pushes, etc. |
.github/workflows/clippy.yaml
Outdated
| paths-ignore: | ||
| - "**/*.md" | ||
| - "README*" | ||
| - "LICENSE*" | ||
| merge_group: | ||
| paths-ignore: | ||
| - "**/*.md" | ||
| - "README*" | ||
| - "LICENSE*" |
There was a problem hiding this comment.
This should also be updated.
.github/workflows/qemu.yaml
Outdated
| paths-ignore: | ||
| - "**/*.md" | ||
| - "README*" | ||
| - "LICENSE*" | ||
| pull_request: | ||
| paths-ignore: | ||
| - "**/*.md" | ||
| - "README*" | ||
| - "LICENSE*" | ||
| push: | ||
| branches: | ||
| - master | ||
| paths-ignore: | ||
| - "**/*.md" | ||
| - "README*" | ||
| - "LICENSE*" |
There was a problem hiding this comment.
This should also be updated.
| paths-ignore: | ||
| - "**/*.md" | ||
| - "README*" | ||
| - "LICENSE*" | ||
| pull_request: | ||
| paths-ignore: | ||
| - "**/*.md" | ||
| - "README*" | ||
| - "LICENSE*" | ||
| merge_group: | ||
| paths-ignore: | ||
| - "**/*.md" | ||
| - "README*" | ||
| - "LICENSE*" |
There was a problem hiding this comment.
This should also be updated.
.github/workflows/riscv-rt.yaml
Outdated
| paths-ignore: | ||
| - "**/*.md" | ||
| - "README*" | ||
| - "LICENSE*" | ||
| pull_request: | ||
| paths-ignore: | ||
| - "**/*.md" | ||
| - "README*" | ||
| - "LICENSE*" | ||
| merge_group: | ||
| paths-ignore: | ||
| - "**/*.md" | ||
| - "README*" | ||
| - "LICENSE*" |
There was a problem hiding this comment.
This should also be updated.
| paths-ignore: | ||
| - "**/*.md" | ||
| - "README*" | ||
| - "LICENSE*" | ||
| pull_request: | ||
| paths-ignore: | ||
| - "**/*.md" | ||
| - "README*" | ||
| - "LICENSE*" | ||
| merge_group: | ||
| paths-ignore: | ||
| - "**/*.md" | ||
| - "README*" | ||
| - "LICENSE*" |
There was a problem hiding this comment.
This should also be updated.
| paths-ignore: | ||
| - "**/*.md" | ||
| - "README*" | ||
| - "LICENSE*" | ||
| pull_request: | ||
| paths-ignore: | ||
| - "**/*.md" | ||
| - "README*" | ||
| - "LICENSE*" | ||
| merge_group: | ||
| paths-ignore: | ||
| - "**/*.md" | ||
| - "README*" | ||
| - "LICENSE*" |
There was a problem hiding this comment.
This should also be updated.
| paths-ignore: | ||
| - "**/*.md" | ||
| - "README*" | ||
| - "LICENSE*" | ||
| pull_request: | ||
| paths-ignore: | ||
| - "**/*.md" | ||
| - "README*" | ||
| - "LICENSE*" | ||
| merge_group: | ||
| paths-ignore: | ||
| - "**/*.md" | ||
| - "README*" | ||
| - "LICENSE*" |
There was a problem hiding this comment.
This should also be updated.
.github/workflows/rustfmt.yaml
Outdated
| paths-ignore: | ||
| - "**/*.md" | ||
| - "README*" | ||
| - "LICENSE*" | ||
| pull_request: | ||
| paths-ignore: | ||
| - "**/*.md" | ||
| - "README*" | ||
| - "LICENSE*" | ||
| merge_group: | ||
| paths-ignore: | ||
| - "**/*.md" | ||
| - "README*" | ||
| - "LICENSE*" |
There was a problem hiding this comment.
This should also be updated.
.github/workflows/tests.yaml
Outdated
| paths-ignore: | ||
| - "**/*.md" | ||
| - "README*" | ||
| - "LICENSE*" | ||
| pull_request: | ||
| paths-ignore: | ||
| - "**/*.md" | ||
| - "README*" | ||
| - "LICENSE*" | ||
| merge_group: | ||
| paths-ignore: | ||
| - "**/*.md" | ||
| - "README*" | ||
| - "LICENSE*" |
There was a problem hiding this comment.
This should also be updated.
.github/workflows/typos.yaml
Outdated
| paths-ignore: | ||
| - "**/*.md" | ||
| - "README*" | ||
| - "LICENSE*" | ||
| pull_request: | ||
| paths-ignore: | ||
| - "**/*.md" | ||
| - "README*" | ||
| - "LICENSE*" | ||
| merge_group: | ||
| paths-ignore: | ||
| - "**/*.md" | ||
| - "README*" | ||
| - "LICENSE*" |
There was a problem hiding this comment.
This should also be updated.
|
Hey @romancardenas I have updated everything as requested :D |
This PR tends to resolve issue #381