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

Improve the cron-job workflows #226

Merged
merged 1 commit into from
Jun 8, 2023

Conversation

AlexWaygood
Copy link
Member

  • The daily workflows are still being run on my fork, even though the if conditions are meant to prevent that from happening. Tbh I'm not sure I understand why the current condition isn't working as expected -- but this PR changes the incantation to something closer to what we use in https://github.com/python/pyperformance/blob/main/.github/workflows/main.yml#L20 (which I know works).
  • I realised that we're currently accidentally running typing_extensions's tests for several of these jobs. This is because we're just running pytest for some of these jobs, and pytest is picking up the tests in the test_typing_extensions.py file (because typing_extensions is being cloned as a subdirectory for these jobs).

@srittau srittau merged commit 159a0a6 into python:main Jun 8, 2023
@AlexWaygood AlexWaygood deleted the 3rd-party-workflow branch June 8, 2023 09: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.

2 participants