diff options
| author | Hans Kristian Rosbach <hk-git@circlestorm.org> | 2026-03-07 23:52:22 +0100 |
|---|---|---|
| committer | Hans Kristian Rosbach <hk-github@circlestorm.org> | 2026-03-08 18:39:20 +0100 |
| commit | 4c67228ca9e862b62d63d5bad7253feaa48a79fc (patch) | |
| tree | 26a555ec67ef2e93fad7a77df0cde7e284e11ebf /.github/workflows/analyze.yml | |
| parent | 77002fb987cfcec3b431d97fc3638f08e764a97a (diff) | |
| download | Project-Tick-4c67228ca9e862b62d63d5bad7253feaa48a79fc.tar.gz Project-Tick-4c67228ca9e862b62d63d5bad7253feaa48a79fc.zip | |
Remove culling of workflows after subsequent pushes.
Doing so breaks coveralls uploads, and the workarounds are causing
cancelled workflows when it should not, and it generally fragile.
It was a useful workaround when CI took ~2 hours, now that it takes
20 minutes, I think we can afford to complete them.
Diffstat (limited to '.github/workflows/analyze.yml')
| -rw-r--r-- | .github/workflows/analyze.yml | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/.github/workflows/analyze.yml b/.github/workflows/analyze.yml index ff7cc15a05..3b77870dd6 100644 --- a/.github/workflows/analyze.yml +++ b/.github/workflows/analyze.yml @@ -1,8 +1,5 @@ name: Static Analysis on: [push, pull_request, workflow_dispatch] -concurrency: - group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }} - cancel-in-progress: true jobs: static-analysis: name: GCC-14 |
