Skip to content

Update .github/workflows/cppcheck.yml to be concurrent #595

Update .github/workflows/cppcheck.yml to be concurrent

Update .github/workflows/cppcheck.yml to be concurrent #595

Workflow file for this run

name: Raspberry Pi
on:
workflow_dispatch:
inputs:
extra_resolve_options:
description: "Extra Resolve Options"
required: false
schedule:
- cron: "0 1 * * *" # 3 AM CET
push:
pull_request:
jobs:
RaspberryPi:
uses: steinwurf/cross-compile-action/.github/workflows/[email protected]
with:
extra_resolve_options: ${{ github.event.inputs.extra_resolve_options }}
name: Raspberry Pi
cxx_mkspec: cxx_raspberry_gxx83_armv7
image: ghcr.io/steinwurf/gcc-8.3.0-raspberrypi-armv7:1.0.0
test_runner: raspberry_pi
test_binary_name: ranbo_tests
test_binary_directory: build/cxx_raspberry_gxx83_armv7/test
# Cancel previous in-progress when pushing: https://stackoverflow.com/a/72408109
concurrency:
concurrency:

Check failure on line 26 in .github/workflows/raspberry_pi.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/raspberry_pi.yml

Invalid workflow file

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