Skip to content

CI: honor [skip test_windows_fast] request #13050

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

Merged

Conversation

griggt
Copy link
Contributor

@griggt griggt commented Jul 11, 2021

Previously, test_windows_fast would run even when [skip test_windows_fast] was requested.

Comment on lines -127 to -130
|| (
github.event_name == 'pull_request'
&& !contains(github.event.pull_request.body, '[skip ci]')
)
Copy link
Contributor Author

Choose a reason for hiding this comment

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

The conditional was short-circuiting here, there are tests for both [skip ci] and [skip test_windows_fast] below.

@anatoliykmetyuk anatoliykmetyuk merged commit 9997e9c into scala:master Jul 27, 2021
@griggt griggt deleted the ci/honor-skip_test_windows_fast branch July 27, 2021 15:45
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.

2 participants