Skip to content

Commit

Permalink
chore: adding concurrency to new workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
ruisebas committed Apr 25, 2024
1 parent a9a7667 commit e241506
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/build_minimum_supported_swift_platforms.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,10 @@ permissions:
contents: read
actions: write

concurrency:
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
cancel-in-progress: ${{ github.ref_name != 'main'}}

jobs:
build-amplify-with-minimum-supported-xcode:
name: Build Amplify Swift for ${{ matrix.platform }}
Expand Down

0 comments on commit e241506

Please sign in to comment.