Skip to content

Commit 60243be

Browse files
committed
Ci: Rename gtest run-tests workflow job
Rename the "run-tests" job to "run-gtest-tests" in the gtest workflow.
1 parent 13d0760 commit 60243be

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/gtest-bare-metal.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
with:
4141
filters: .github/path_filters.yml
4242

43-
run-tests:
43+
run-gtest-tests:
4444
needs: gtest-check-for-changes
4545
if: github.repository == 'OpenVisualCloud/Media-Transport-Library' && (needs.gtest-check-for-changes.outputs.changed == 'true' || github.event_name == 'workflow_dispatch')
4646
strategy:

0 commit comments

Comments
 (0)