Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions .github/workflows/build-system-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ jobs:
make-default-target:
runs-on: ubuntu-latest
strategy:
fail-fast: false # it's helpful to know if only one of these fails
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

also because every time I see the canceled job in the PR results I get confused

matrix:
container-runner: ["docker", "podman"]
steps:
Expand All @@ -47,6 +48,7 @@ jobs:
make-generation-from-contributing-guide:
runs-on: ubuntu-latest
strategy:
fail-fast: false # it's helpful to know if only one of these fails
matrix:
container-runner: ["docker", "podman"]
steps:
Expand All @@ -68,6 +70,7 @@ jobs:
make-check-policies-from-contributing-guide:
runs-on: ubuntu-latest
strategy:
fail-fast: false # it's helpful to know if only one of these fails
matrix:
container-runner: ["docker", "podman"]
steps:
Expand All @@ -89,6 +92,7 @@ jobs:
make-check-from-contributing-guide:
runs-on: ubuntu-latest
strategy:
fail-fast: false # it's helpful to know if only one of these fails
matrix:
container-runner: ["docker", "podman"]
steps:
Expand Down
Loading