From 10e9d3eef9821bb39f2340f08bcb0fe1e2035722 Mon Sep 17 00:00:00 2001 From: dev0 Date: Mon, 18 Sep 2023 21:14:50 +1000 Subject: [PATCH] u --- .github/workflows/ci.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 556d7269a..886c596c8 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -11,8 +11,6 @@ on: jobs: test: name: test on ${{ matrix.os }} - concurrency: - group: ${{ github.head_ref || github.run_id }} strategy: matrix: os: [ubuntu-22.04, macos-13]