From 3fef00fabd7bd70c5a5326ca4176f8f5454856f0 Mon Sep 17 00:00:00 2001 From: Nikita Vasilev Date: Thu, 19 Oct 2023 18:42:31 +0300 Subject: [PATCH] Update `ci.yml` --- .github/workflows/ci.yml | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 90aa7f2..90175ee 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -1,4 +1,4 @@ -name: "capture-kit" +name: capture-kit on: push: @@ -10,10 +10,6 @@ on: - "CaptureKit/**" - "CaptureKitTests/**" -concurrency: - group: ci - cancel-in-progress: true - jobs: Latest: name: Test Latest (macOS)