Skip to content

Commit

Permalink
remove unused ids
Browse files Browse the repository at this point in the history
Signed-off-by: M. Fatih Cırıt <[email protected]>
  • Loading branch information
xmfcx committed Dec 24, 2024
1 parent 4421a18 commit 4e29024
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/build-test-tidy-pr.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,6 @@ jobs:
shell: bash

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

- name: Evaluate build-and-test-differential-cuda
if: ${{ always() }}
id: eval_cuda
uses: ./.github/actions/evaluate-job-result
with:
job_result: ${{ needs.build-and-test-differential-cuda.result }}
Expand Down

0 comments on commit 4e29024

Please sign in to comment.