Skip to content

Commit

Permalink
feat: add concurrency canceling
Browse files Browse the repository at this point in the history
  • Loading branch information
okwasniewski committed Nov 19, 2023
1 parent ffacadd commit 47fd8fd
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/build-app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,10 @@ on:
branches:
- main

concurrency:
group: ${{ github.ref }}-build
cancel-in-progress: true

jobs:
build:
runs-on: macos-latest
Expand All @@ -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
Expand Down

0 comments on commit 47fd8fd

Please sign in to comment.