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

Nightly action partial match job-name #92

Merged
merged 1 commit into from
Dec 4, 2024
Merged

Nightly action partial match job-name #92

merged 1 commit into from
Dec 4, 2024

Conversation

nsmithtt
Copy link
Contributor

@nsmithtt nsmithtt commented Dec 3, 2024

We need to partial match the job-name because GH truncates this string with an ellipse:

tests (n150, run2, MobileNetV2, clip, flan_t5, mlpmixer, resnet, vilt, albert, codegen, glpn_kitt...

The fix is just to partial match i.e.:

tests (n150, run2,

We need to partial match the job-name because GH truncates this string
with an ellipse:

    tests (n150, run2, MobileNetV2, clip, flan_t5, mlpmixer, resnet, vilt, albert, codegen, glpn_kitt...

The fix is just to partial match i.e.:

    tests (n150, run2,
@nsmithtt nsmithtt merged commit 34e925e into main Dec 4, 2024
11 checks passed
@nsmithtt nsmithtt deleted the nsmith/partial branch December 4, 2024 16:35
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