Skip to content

Commit

Permalink
Update .github/workflows/ci.yaml
Browse files Browse the repository at this point in the history
Co-authored-by: daniel-zullo-frequenz <120166726+daniel-zullo-frequenz@users.noreply.github.com>
Signed-off-by: Leandro Lucarella <luca@llucax.com>
  • Loading branch information
llucax and daniel-zullo-frequenz authored May 3, 2024
1 parent 93afab9 commit ebf365e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -205,8 +205,8 @@ jobs:
needs: ["nox-cross-arch"]
# We only run if there are failures, to propagate the failure, so if this
# check is required, it will fail if the child matrix jobs failed.
# If they didn't ran, this job will be skipped because there will be no
# dependency with a failure result.
# If the child matrix jobs didn't run, this job will be skipped
# because there will be no dependency with a failure result.
if: always() && contains(needs.*.result, 'failure')
runs-on: ubuntu-20.04
steps:
Expand Down

0 comments on commit ebf365e

Please sign in to comment.