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

[TLM CI] Add testing instructions #318

Merged
merged 1 commit into from
Sep 13, 2024
Merged

Conversation

ulya-tkch
Copy link
Collaborator

@ulya-tkch ulya-tkch commented Sep 13, 2024

PR also updates action to avoid running always() when a comment is made.

@ulya-tkch ulya-tkch changed the title [TLM CIupdate tests to prevent continual running [TLM CI] Add testing instructions Sep 13, 2024
@@ -78,6 +78,7 @@ jobs:
launch-tlm-test-notif:
name: Comment TLM test start on PR
runs-on: ubuntu-latest
if: github.event.comment.body == '/test-tlm' # Only run if the comment is "/test-tlm"
Copy link
Contributor

Choose a reason for hiding this comment

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

qq: will this only check for latest comment or any comment?

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

This whole file is ran when a comment is made. github.event will check specifically the comment that triggered the event (latest)

@ulya-tkch ulya-tkch merged commit ff50f7f into main Sep 13, 2024
6 checks passed
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