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)