[FME-8288] - Pausing - Reparsing #616
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Build MacOS | |
on: | |
pull_request: | |
branches: | |
- "**" | |
# Cancel in-progress runs when a new workflow with the same group is triggered | |
concurrency: | |
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }} | |
cancel-in-progress: true | |
jobs: | |
build: | |
uses: ./.github/workflows/base_build.yaml | |
with: | |
destination: 'platform=macOS,arch=x86_64' | |
scheme: Split |