Skip to content

stm32xx-i2c: fix notification-induced crash #232

stm32xx-i2c: fix notification-induced crash

stm32xx-i2c: fix notification-induced crash #232

Workflow file for this run

name: release-builds
permissions:
contents: write
pull-requests: write
id-token: write
attestations: write
on:
push:
tags:
- "oxide-rot-1*"
- "gimlet-*"
- "psc-*"
- "sidecar-*"
- "devboards-*"
- "cosmo-*"
- "all-sp-*"
jobs:
release-rot:
if: startsWith(github.ref, 'refs/tags/oxide-rot-1')
uses: ./.github/workflows/release.yml
with:
board-set: rot
release-sidecar:
if: startsWith(github.ref, 'refs/tags/sidecar')
uses: ./.github/workflows/release.yml
with:
board-set: sidecar
release-gimlet:
if: startsWith(github.ref, 'refs/tags/gimlet')
uses: ./.github/workflows/release.yml
with:
board-set: gimlet
release-psc:
if: startsWith(github.ref, 'refs/tags/psc')
uses: ./.github/workflows/release.yml
with:
board-set: psc
release-devboards:
if: startsWith(github.ref, 'refs/tags/devboards')
uses: ./.github/workflows/release.yml
with:
board-set: devboards
release-cosmo:
if: startsWith(github.ref, 'refs/tags/cosmo')
uses: ./.github/workflows/release.yml
with:
board-set: cosmo
release-all-sp:
if: startsWith(github.ref, 'refs/tags/all-sp')
uses: ./.github/workflows/release.yml
with:
board-set: all-sp