Skip to content

Conversation

@Psycojoker
Copy link
Collaborator

No description provided.

@github-actions
Copy link

Summary:
The PR involves a minor change to the workflow name from build to tests. This is a straightforward modification that does not affect the core functionality of the project and is unlikely to introduce bugs.

Highlighting:

diff --git a/.github/workflows/pytest.yml b/.github/workflows/pytest.yml
index 8d5456c6..b4fecc57 100644
--- a/.github/workflows/pytest.yml
+++ b/.github/workflows/pytest.yml
@@ -12,7 +12,7 @@ on:
     - cron: '4 0 * * *'
 
 jobs:
-  build:
+  tests:
     strategy:
       fail-fast: false
       matrix:

This change is purely cosmetic and does not alter the behavior of the GitHub Actions workflow, making it suitable for a routine review.

@github-actions github-actions bot added the BLUE This PR is simple and straightforward. label Aug 14, 2024
Copy link
Member

@philogicae philogicae left a comment

Choose a reason for hiding this comment

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

LGTM

@philogicae philogicae merged commit ef1f77d into main Aug 14, 2024
@philogicae philogicae deleted the lp-rename-tests branch August 14, 2024 13:59
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

BLUE This PR is simple and straightforward.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants