[FME-12336] - Metadata - Clients #981
Workflow file for this run
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 WatchOS | |
| 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: 'generic/platform=watchOS' | |
| scheme: WatchOS |