Skip to content

ci: add concurrency groups to scheduled/update workflows #3547

@Ankitsinghsisodya

Description

@Ankitsinghsisodya

Scheduled and update workflows have no concurrency configuration, so if a scheduled run is still in progress when the next one fires, both run simultaneously — wasting runner minutes and potentially causing race conditions on PRs they create.

This was addressed for functions.yaml in #3536, but the following workflows still lack it:

  • test-podman-next.yaml
  • update-builder.yaml
  • update-python-platform.yaml
  • update-quarkus-platform.yaml
  • update-springboot-platform.yaml
  • update-ca-bundle.yaml

Proposed fix: add a concurrency block (e.g. group: ${{ github.workflow }}-${{ github.ref }}, cancel-in-progress: true) to each workflow, matching the pattern from functions.yaml.

Metadata

Metadata

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions