Skip to content

Commit

Permalink
rename
Browse files Browse the repository at this point in the history
  • Loading branch information
IlyasMoutawwakil committed Sep 27, 2024
1 parent 2fd4d47 commit 1f322fc
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test_onnxruntime_gpu.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: ONNX Runtime / Python - GPU - Test
name: ONNX Runtime GPU / Python - Test

on:
workflow_dispatch:
Expand All @@ -24,7 +24,7 @@ jobs:
if: ${{
(github.event_name == 'push') ||
(github.event_name == 'workflow_dispatch') ||
contains( github.event.pull_request.labels.*.name, 'onnxruntime-gpu')
contains(github.event.pull_request.labels.*.name, 'onnxruntime-gpu')
}}

runs-on:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test_onnxruntime_training.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: ONNX Runtime / Python - ORT Training - Test
name: ONNX Runtime Training / Python - Test

on:
workflow_dispatch:
Expand Down

0 comments on commit 1f322fc

Please sign in to comment.