Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[CI] Fix the Windows 6.0 check name #2941

Merged
merged 1 commit into from
Oct 23, 2024
Merged

[CI] Fix the Windows 6.0 check name #2941

merged 1 commit into from
Oct 23, 2024

Conversation

FranzBusch
Copy link
Member

Motivation

Currently, the Windows 6.0 check name includes the matrix properties.

Modification

This PR makes it dynamic with the swift version again.

Result

Aligned CI check names across platforms.

@FranzBusch FranzBusch force-pushed the fb-gha-windows-naming branch 6 times, most recently from 4874873 to 4aae502 Compare October 23, 2024 08:08
@FranzBusch FranzBusch added the semver/none No version bump required. label Oct 23, 2024
@FranzBusch FranzBusch marked this pull request as ready for review October 23, 2024 08:22
@FranzBusch FranzBusch enabled auto-merge (squash) October 23, 2024 08:23
# Motivation

Currently, the Windows 6.0 check name includes the matrix properties.

# Modification

This PR makes it dynamic with the swift version again.

# Result

Aligned CI check names across platforms.
@@ -159,7 +159,6 @@ jobs:
- image: swift:6.0-windowsservercore-ltsc2022
swift_version: "6.0"
enabled: ${{ inputs.matrix_windows_6_0_enabled }}
if: ${{ inputs.matrix_windows_6_0_enabled }}
Copy link
Member Author

Choose a reason for hiding this comment

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

These if checks caused the naming problems since those are evaluated before the matrix so if we disabled the check then the names would get bad

@FranzBusch FranzBusch merged commit be823e6 into main Oct 23, 2024
42 of 43 checks passed
@FranzBusch FranzBusch deleted the fb-gha-windows-naming branch October 23, 2024 08:39
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.

2 participants