Skip to content

Commit

Permalink
try again
Browse files Browse the repository at this point in the history
  • Loading branch information
JingyaHuang committed Oct 17, 2023
1 parent d86a06c commit e0395af
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/test_onnxruntime_train.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: ONNX Runtime / Test ORTTrainer
name: ONNX Runtime Training / Test ORTTrainer

on:
workflow_dispatch:
Expand All @@ -7,10 +7,6 @@ on:
pull_request:
types: [opened, synchronize, reopened, labeled]

permissions:
id-token: write
contents: read

jobs:
start-runner:
if: ${{ (github.event_name == 'workflow_dispatch') || (github.event_name == 'schedule') || contains( github.event.pull_request.labels.*.name, 'training')}}
Expand Down

0 comments on commit e0395af

Please sign in to comment.