Merge remote-tracking branch 'tinyusb/master' into stm32c5

This commit is contained in:
HiFiPhile
2026-05-14 12:39:07 +02:00
5 changed files with 181 additions and 36 deletions

View File

@ -9,7 +9,7 @@ on:
types: [ published ]
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
group: ${{ github.workflow }}-${{ github.event_name == 'push' && github.sha || github.ref }}
cancel-in-progress: ${{ github.ref != 'refs/heads/master' }}
jobs: