From 879182059020e4669efae2296e98cdc8360a3bc2 Mon Sep 17 00:00:00 2001 From: Laurenz Date: Sat, 26 Aug 2023 19:10:43 +0200 Subject: [PATCH] Don't fail CI for multiple commits in quick succession --- .github/workflows/ci.yml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 1dff798b2..f6205ab25 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"