From 6ec2c3666cf64f06bfee9a3461c418432eb4d921 Mon Sep 17 00:00:00 2001 From: Masayuki Morita Date: Fri, 23 Dec 2022 11:12:11 +0900 Subject: [PATCH] Disable cancel-in-progress for matrix tests Recently, acceptance tests has been unstable. It's better to run them all anyway. --- .github/workflows/test.yaml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index 4a9d9b5..33a6cfc 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -14,10 +14,6 @@ on: paths-ignore: - '**.md' -concurrency: - group: test-${{ github.head_ref }} - cancel-in-progress: true - jobs: test: runs-on: ${{ matrix.os }}