bevy/.github/workflows
François 31f40d5faf
only check for bans if the dependency tree changed (#9252)
# Objective

- CI job `check-bans` fails often for unrelated reasons to a PR. Reduce
those failures

## Solution

- Currently, the job only runs if a `Cargo.toml` file changed. This PR
would run the job only if the output of `cargo tree --depth 3` is
different in a PR from main. the job would still always run on main
2023-07-24 21:41:56 +00:00
..
action-on-PR-labeled.yml add an action to ask for a migration guide when one is missing (#7507) 2023-02-05 14:21:44 +00:00
ci-comment-failures.yml Feature documentation (#7814) 2023-02-28 14:24:47 +00:00
ci.yml Webgpu support (#8336) 2023-05-04 22:07:57 +00:00
daily.yml daily job running mobile example on real devices (#8216) 2023-03-28 23:16:07 +00:00
dependencies.yml only check for bans if the dependency tree changed (#9252) 2023-07-24 21:41:56 +00:00
docs.yml migrate away from actions-rs actions to dtolnay/rust-toolchain (#6432) 2022-10-31 17:36:23 +00:00
post-release.yml Bump peter-evans/create-pull-request from 4 to 5 (#8343) 2023-04-10 07:47:39 +00:00
release.yml Bump peter-evans/create-pull-request from 4 to 5 (#8343) 2023-04-10 07:47:39 +00:00
validation-jobs.yml remove bors and small CI improvements (#7947) 2023-03-07 21:42:53 +00:00
welcome.yml Fix CI welcome message (#7428) 2023-01-30 20:21:06 +00:00