summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorLaurenz <laurmaedje@gmail.com>2023-08-26 19:10:43 +0200
committerLaurenz <laurmaedje@gmail.com>2023-08-26 19:10:43 +0200
commit879182059020e4669efae2296e98cdc8360a3bc2 (patch)
tree72e44b15e807ecf3a77039612accf65082a85d00 /.github
parentb2d6cb58dcffbe297fecf07c2e8d8db5a0340c05 (diff)
Don't fail CI for multiple commits in quick succession
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/ci.yml4
1 files changed, 0 insertions, 4 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index 1dff798b..f6205ab2 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -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"