Skip to content

[3.9] bpo-42773: fix tests not being run on pushes (GH-24004) #24438

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
merged 1 commit into from
Feb 3, 2021

Conversation

miss-islington
Copy link
Contributor

@miss-islington miss-islington commented Feb 3, 2021

There was a typo, we were checking if the "GITHUB_BASE_REF" string
literal was empty instead of the $GITHUB_BASE_REF value. When
$GITHUB_BASE_REF is empty, the action that triggered the run was not a
pull request, so we always run the full test suite.

Signed-off-by: Filipe Laíns lains@riseup.net
(cherry picked from commit 4ac923f)

Co-authored-by: Filipe Laíns lains@riseup.net

https://bugs.python.org/issue42773

There was a typo, we were checking if the "GITHUB_BASE_REF" string
literal was empty instead of the $GITHUB_BASE_REF value. When
$GITHUB_BASE_REF is empty, the action that triggered the run was not a
pull request, so we always run the full test suite.

Signed-off-by: Filipe Laíns <lains@riseup.net>
(cherry picked from commit 4ac923f)

Co-authored-by: Filipe Laíns <lains@riseup.net>
@miss-islington
Copy link
Contributor Author

@FFY00: Status check is done, and it's a success ✅ .

@miss-islington
Copy link
Contributor Author

@FFY00: Status check is done, and it's a success ✅ .

@miss-islington
Copy link
Contributor Author

@FFY00: Status check is done, and it's a success ✅ .

@miss-islington miss-islington merged commit 0898dcb into python:3.9 Feb 3, 2021
@miss-islington miss-islington deleted the backport-4ac923f-3.9 branch February 3, 2021 23:39
@miss-islington
Copy link
Contributor Author

@FFY00: Status check is done, and it's a success ✅ .

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants