Skip to content

Update workflows.

Update workflows. #4

Workflow file for this run

name: '🔥 Firmware Build'
on:
pull_request:
types: [opened, synchronize]
jobs:
code-size-report:
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 }}" }'