Skip to content

ci: remove redundant single-entry matrix in test-podman-next workflow #3529

@Ankitsinghsisodya

Description

@Ankitsinghsisodya

Problem

.github/workflows/test-podman-next.yaml defines a strategy matrix with only one entry:

strategy:
  matrix:
    os: ["ubuntu-latest"]
runs-on: ${{ matrix.os }}

A matrix with a single element adds unnecessary complexity without any benefit. It makes the workflow harder to read and understand.

Fix

Remove the strategy.matrix block and use runs-on: ubuntu-latest directly.

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