diff options
| author | Michael Rogov Papernov <[email protected]> | 2026-03-31 10:33:02 +0100 |
|---|---|---|
| committer | Michael Rogov Papernov <[email protected]> | 2026-03-31 10:33:02 +0100 |
| commit | ed3318f927a8cc2895344665f99a49dfc3b01461 (patch) | |
| tree | 0bcb9476c1b33b24e243596cfd4012dd5aeeeaf6 /.github/workflows | |
| parent | 5b3468ed7dd7185c32e5ebafab71ec2696b2f0fb (diff) | |
dont cancel build on merge to master
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 f549bb1e4..60f4c7ca1 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -10,7 +10,7 @@ on: concurrency: group: ${{ github.workflow }}-${{ github.ref }} - cancel-in-progress: true + cancel-in-progress: ${{ github.ref != 'refs/heads/master' }} env: HIL_JSON: test/hil/tinyusb.json |
