Skip to content

Conversation

@sprt
Copy link
Contributor

@sprt sprt commented Nov 4, 2024

Currently, if the fetching script fails, the step will be green because there's no fail-fast behavior with the default GHA shell. For example:

https://github.com/kata-containers/kata-containers.github.io/actions/runs/11674542121/job/32507427396

So we switch to an explicit bash to address this and fail the entire run (see docs linked in code).

Currently, if the fetching script fails, the step will be green because
there's no fail-fast behavior with the default GHA shell. For example:

https://github.com/kata-containers/kata-containers.github.io/actions/runs/11674542121/job/32507427396

So we switch to an explicit bash to address this and fail the entire run
(see docs linked in code).

Signed-off-by: Aurélien Bombo <abombo@microsoft.com>
Copy link
Contributor

@a1icja a1icja left a comment

Choose a reason for hiding this comment

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

Seems simple enough! - LGTM

@sprt sprt merged commit 24b0088 into main Nov 5, 2024
1 check passed
@sprt sprt deleted the sprt/workflow-fail-fast branch November 5, 2024 16:29
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants