Skip to content

Commit

Permalink
Deactivate test for docs (#89)
Browse files Browse the repository at this point in the history
Update test_on_trainium.yml
  • Loading branch information
philschmid authored Jun 26, 2023
1 parent 0591f9a commit 57322ee
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions .github/workflows/test_on_trainium.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,13 @@ name: Optimum Neuron - Trainium-dependent Tests

on:
push:
branches:
- main
branches: [ main ]
paths:
- "optimum/**.py"
pull_request:
branches:
- main
branches: [ main ]
paths:
- "optimum/**.py"

concurrency:
group: ${{ github.workflow }}-${{ github.head_ref || github.run_id }}
Expand Down

0 comments on commit 57322ee

Please sign in to comment.