From 30b50cdf32fca00c325d8a6767d3e0cccb5bdad2 Mon Sep 17 00:00:00 2001 From: Atsushi Watanabe Date: Tue, 22 Oct 2024 18:30:44 +0900 Subject: [PATCH 1/3] Cancel old darwin CI jobs As the self-hosted runner has limited concurrency --- .github/workflows/ci.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index bfef5faa..a17dfd76 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -49,6 +49,9 @@ jobs: - '1.20' - '1.21' runs-on: ${{ matrix.runs-on }} + concurrency: # Cancel old darwin jobs as the self-hosted runner has limited concurrency + group: ${{ github.ref }}-${{ matrix.runs-on }}-${{ matrix.go }} + cancel-in-progress: ${{ github.event_name == 'pull_request' }} name: Darwin Go ${{ matrix.go }} ${{ join(matrix.runs-on, ' ') }} env: HOMEBREW_CACHE: ${{ github.workspace }}/brew-cache From fb648bff21e6619081939ba84be2630c3a0c4253 Mon Sep 17 00:00:00 2001 From: Atsushi Watanabe Date: Tue, 22 Oct 2024 18:41:01 +0900 Subject: [PATCH 2/3] Test From 2d927bee51339e0d816a5dfd9ae453b8cccbed1f Mon Sep 17 00:00:00 2001 From: Atsushi Watanabe Date: Tue, 22 Oct 2024 18:41:32 +0900 Subject: [PATCH 3/3] Test