Skip to content

Commit 4e29024

Browse files
committed
remove unused ids
Signed-off-by: M. Fatih Cırıt <mfc@autoware.org>
1 parent 4421a18 commit 4e29024

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

.github/workflows/build-test-tidy-pr.yaml

-2
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,6 @@ jobs:
7272
shell: bash
7373

7474
- name: Evaluate build-and-test-differential
75-
id: eval_diff
7675
uses: ./.github/actions/evaluate-job-result
7776
with:
7877
job_result: ${{ needs.build-and-test-differential.result }}
@@ -81,7 +80,6 @@ jobs:
8180

8281
- name: Evaluate build-and-test-differential-cuda
8382
if: ${{ always() }}
84-
id: eval_cuda
8583
uses: ./.github/actions/evaluate-job-result
8684
with:
8785
job_result: ${{ needs.build-and-test-differential-cuda.result }}

0 commit comments

Comments
 (0)