From 2ed77c8b03c75b00a63477c63211e2c348e6fe0b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Oskar=20Kwas=CC=81niewski?= Date: Sun, 19 Nov 2023 21:10:02 +0100 Subject: [PATCH] feat: add concurrency canceling --- .github/workflows/build-app.yml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.github/workflows/build-app.yml b/.github/workflows/build-app.yml index 5c74cac..64c0b99 100644 --- a/.github/workflows/build-app.yml +++ b/.github/workflows/build-app.yml @@ -8,6 +8,10 @@ on: branches: - main +concurrency: + group: ${{ github.ref }}-build + cancel-in-progress: true + jobs: build: runs-on: macos-latest @@ -19,7 +23,7 @@ jobs: - name: Set up Xcode uses: maxim-lobanov/setup-xcode@v1 with: - xcode-version: latest + xcode-version: latest-stable - name: Install XCBeautify run: brew install xcbeautify