mirror of
https://github.com/smoltcp-rs/smoltcp.git
synced 2025-10-02 23:25:20 +00:00
ci: do not run tests on master push
bors already tests the *result* of merging PRs into master, and then pushes the *exact same commit* to master on success, so it's guaranteed to pass CI. No point in running everything again. This'll make other CI runs faster, since we have so many jobs that we're always running against the GHA limit of 10 concurrent jobs.
This commit is contained in:
parent
c8141bbe69
commit
c1fe08a80b
2
.github/workflows/clippy.yml
vendored
2
.github/workflows/clippy.yml
vendored
@ -1,6 +1,6 @@
|
||||
on:
|
||||
push:
|
||||
branches: [ staging, trying, master ]
|
||||
branches: [ staging, trying ]
|
||||
pull_request_target:
|
||||
|
||||
name: Clippy check
|
||||
|
2
.github/workflows/fuzz.yml
vendored
2
.github/workflows/fuzz.yml
vendored
@ -1,6 +1,6 @@
|
||||
on:
|
||||
push:
|
||||
branches: [ staging, trying, master ]
|
||||
branches: [ staging, trying ]
|
||||
pull_request:
|
||||
|
||||
name: Fuzz
|
||||
|
2
.github/workflows/rustfmt.yaml
vendored
2
.github/workflows/rustfmt.yaml
vendored
@ -1,6 +1,6 @@
|
||||
on:
|
||||
push:
|
||||
branches: [ staging, trying, master ]
|
||||
branches: [ staging, trying ]
|
||||
pull_request:
|
||||
|
||||
name: Rustfmt check
|
||||
|
2
.github/workflows/test.yml
vendored
2
.github/workflows/test.yml
vendored
@ -1,6 +1,6 @@
|
||||
on:
|
||||
push:
|
||||
branches: [ staging, trying, master ]
|
||||
branches: [ staging, trying ]
|
||||
pull_request:
|
||||
|
||||
name: Test
|
||||
|
Loading…
x
Reference in New Issue
Block a user