Skip to content

Add conditional steps for ubuntu-slim runner#3536

Merged
plengauer merged 1 commit into
mainfrom
plengauer-patch-1
May 31, 2026
Merged

Add conditional steps for ubuntu-slim runner#3536
plengauer merged 1 commit into
mainfrom
plengauer-patch-1

Conversation

@plengauer
Copy link
Copy Markdown
Owner

Conditional execution of commands based on runner type.

Conditional execution of commands based on runner type.
@plengauer plengauer self-assigned this May 31, 2026
@plengauer plengauer marked this pull request as ready for review May 31, 2026 06:48
@plengauer plengauer requested a review from moflwi as a code owner May 31, 2026 06:48
Copilot AI review requested due to automatic review settings May 31, 2026 06:48
@plengauer plengauer enabled auto-merge (squash) May 31, 2026 06:48
Copy link
Copy Markdown
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

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

Pull request overview

Restricts two Linux-only diagnostic steps (ls -la /.dockerenv, cat /proc/1/cgroup) in the experimental workflow to runs on the ubuntu-slim matrix runner, since these paths are not meaningful on macOS/Windows runners in the matrix.

Changes:

  • Add if: ${{ matrix.runner == 'ubuntu-slim' }} guards to the two diagnostic steps.

@plengauer plengauer merged commit 2b1ae1a into main May 31, 2026
1147 of 1148 checks passed
@plengauer plengauer deleted the plengauer-patch-1 branch May 31, 2026 14:57
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