Skip to content

Conversation

madrob
Copy link
Contributor

@madrob madrob commented Jul 21, 2025

Instead of checking for a setup command in bash, we use GitHub Actions to determine if there is anything to run

Motivation:

Slightly cleaner output when looking at logs.

Modifications:

Moved an if statement from bash to yaml.

Result:

The setup commands step will generally be skipped instead of executing a no-op

@madrob madrob requested a review from rnro July 21, 2025 18:20
@rnro rnro added the semver/none No version bump required. label Jul 22, 2025
Copy link
Contributor

@rnro rnro left a comment

Choose a reason for hiding this comment

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

Looks good, thanks!

@Lukasa Lukasa enabled auto-merge (squash) July 22, 2025 14:10
@Lukasa Lukasa merged commit b8b1940 into apple:main Jul 22, 2025
41 checks passed
zaneenders pushed a commit to zaneenders/swift-nio that referenced this pull request Jul 23, 2025
Instead of checking for a setup command in bash, we use GitHub Actions
to determine if there is anything to run

### Motivation:

Slightly cleaner output when looking at logs.

### Modifications:

Moved an if statement from bash to yaml.

### Result:

The setup commands step will generally be skipped instead of executing a
no-op

Co-authored-by: Cory Benfield <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
semver/none No version bump required.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants