Skip to content

Commit

Permalink
ci/remove-graduated-overrides: don't fail-fast in matrix job
Browse files Browse the repository at this point in the history
If e.g. the `next-devel` branch of the job failed, don't stop the
`testing-devel` branch.
  • Loading branch information
jlebon authored and HuijingHei committed Oct 10, 2023
1 parent 8b9e20b commit 169baa7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/remove-graduated-overrides.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ jobs:
branch:
- testing-devel
- next-devel
fail-fast: false
steps:
- run: dnf install -y rpm-ostree # see related TODO above
- name: Checkout
Expand Down

0 comments on commit 169baa7

Please sign in to comment.