Skip to content

Update workflows.

Update workflows. #2

Workflow file for this run

name: '🔥 Firmware Build'
on:
pull_request:
types: [opened, synchronize]
jobs:
code-size-report:

Check failure on line 8 in .github/workflows/firmware.yml

View workflow run for this annotation

GitHub Actions / 🔥 Firmware Build

Invalid workflow file

The workflow is not valid. .github/workflows/firmware.yml (Line: 8, Col: 3): The workflow must contain at least one job with no dependencies.
needs: build-firmware
runs-on: ubuntu-22.04
steps:
- name: Trigger Code Size Report
uses: benc-uk/workflow-dispatch@v1
with:
workflow: code-size-report.yml
token: ${{ secrets.GITHUB_TOKEN }}
inputs: '{ "pr_number": "${{ github.event.pull_request.number }}" }'