diff options
| author | HiFiPhile <[email protected]> | 2026-05-14 12:39:07 +0200 |
|---|---|---|
| committer | HiFiPhile <[email protected]> | 2026-05-14 12:39:07 +0200 |
| commit | 39f92bdd916d64b4dc4a7e0b2b18eea3dfd44be0 (patch) | |
| tree | a95801a4849393b28339288d27d39fe814e5ca4c /.github/workflows | |
| parent | 4242ef7ac607f2869e8ad63c234d9f957297d640 (diff) | |
| parent | e1cb1b5b6fa183a1473f05b8d1ce4ab93a373ef4 (diff) | |
Merge remote-tracking branch 'tinyusb/master' into stm32c5
Diffstat (limited to '.github/workflows')
| -rw-r--r-- | .github/workflows/build.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index a83a997c2..af0191149 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -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: |
