Skip to content

Update No Assertions to be concurrent #579

Update No Assertions to be concurrent

Update No Assertions to be concurrent #579

Workflow file for this run

name: MacOS C++ make-specs
on:
workflow_dispatch:
inputs:
extra_resolve_options:
description: "Extra Resolve Options"
required: false
schedule:
- cron: "0 1 * * *" # 3 AM CET
push:
pull_request:
jobs:
MacOS-mkspecs:
uses: steinwurf/macos-mkspecs-action/.github/workflows/action.yml@7.0.0
with:
extra_resolve_options: ${{ github.event.inputs.extra_resolve_options }}
# Cancel previous in-progress when pushing: https://stackoverflow.com/a/72408109
concurrency:
concurrency:

Check failure on line 20 in .github/workflows/macos_mkspecs.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/macos_mkspecs.yml

Invalid workflow file

You have an error in your yaml syntax on line 20
group: ${{ github.workflow }}-${{ github.ref || github.run_id }}
cancel-in-progress: true