Skip to content

.github/actions: fix boolean condition check in post-logic action#41395

Merged
aanm merged 1 commit intomainfrom
pr/fix-common-steps
Aug 27, 2025
Merged

.github/actions: fix boolean condition check in post-logic action#41395
aanm merged 1 commit intomainfrom
pr/fix-common-steps

Conversation

@aanm
Copy link
Copy Markdown
Member

@aanm aanm commented Aug 27, 2025

Fix the condition check for capture_features_tested input by explicitly comparing with 'true' string instead of relying on implicit boolean evaluation. This ensures more reliable condition handling in GitHub Actions.

Fixes: 53fd5cf (".github: de-duplicate workflows logic")

Fix the condition check for capture_features_tested input by explicitly
comparing with 'true' string instead of relying on implicit boolean
evaluation. This ensures more reliable condition handling in GitHub Actions.

Fixes: 53fd5cf (".github: de-duplicate workflows logic")
Signed-off-by: André Martins <andre@cilium.io>
@aanm aanm requested review from a team as code owners August 27, 2025 06:01
@aanm aanm requested a review from Artyop August 27, 2025 06:01
@aanm aanm added kind/bug/CI This is a bug in the testing code. area/CI Continuous Integration testing issue or flake release-note/ci This PR makes changes to the CI. labels Aug 27, 2025
@aanm
Copy link
Copy Markdown
Member Author

aanm commented Aug 27, 2025

/test

@aanm aanm added the needs-backport/1.18 This PR / issue needs backporting to the v1.18 branch label Aug 27, 2025
@aanm aanm enabled auto-merge August 27, 2025 06:03
@aanm aanm added this pull request to the merge queue Aug 27, 2025
@maintainer-s-little-helper maintainer-s-little-helper bot added the ready-to-merge This PR has passed all tests and received consensus from code owners to merge. label Aug 27, 2025
Merged via the queue into main with commit 571d949 Aug 27, 2025
306 checks passed
@aanm aanm deleted the pr/fix-common-steps branch August 27, 2025 08:03
@viktor-kurchenko viktor-kurchenko mentioned this pull request Sep 2, 2025
18 tasks
@viktor-kurchenko viktor-kurchenko added backport-pending/1.18 The backport for Cilium 1.18.x for this PR is in progress. and removed needs-backport/1.18 This PR / issue needs backporting to the v1.18 branch labels Sep 2, 2025
@github-actions github-actions bot added backport-done/1.18 The backport for Cilium 1.18.x for this PR is done. and removed backport-pending/1.18 The backport for Cilium 1.18.x for this PR is in progress. labels Sep 9, 2025
@cilium-release-bot cilium-release-bot bot moved this to Released in cilium v1.19.0 Feb 3, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

area/CI Continuous Integration testing issue or flake backport-done/1.18 The backport for Cilium 1.18.x for this PR is done. kind/bug/CI This is a bug in the testing code. ready-to-merge This PR has passed all tests and received consensus from code owners to merge. release-note/ci This PR makes changes to the CI.

Projects

No open projects
Status: Released

Development

Successfully merging this pull request may close these issues.

3 participants