Don't fail CI for multiple commits in quick succession
This commit is contained in:
parent
b2d6cb58dc
commit
8791820590
4
.github/workflows/ci.yml
vendored
4
.github/workflows/ci.yml
vendored
@ -1,10 +1,6 @@
|
||||
name: Continuous integration
|
||||
on: [push, pull_request]
|
||||
|
||||
concurrency:
|
||||
group: ${{ github.workflow }}-${{ github.ref }}
|
||||
cancel-in-progress: true
|
||||
|
||||
env:
|
||||
RUSTFLAGS: "-Dwarnings"
|
||||
RUSTDOCFLAGS: "-Dwarnings"
|
||||
|
Loading…
x
Reference in New Issue
Block a user