Skip to content

Commit

Permalink
enable test globally
Browse files Browse the repository at this point in the history
  • Loading branch information
anandhu-eng authored Nov 5, 2024
1 parent d99cfe3 commit 5a26cd5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test-cm-based-submission-generation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ on:
branches: [ "main", "dev", "mlperf-inference" ]
paths:
- '.github/workflows/test-cm-based-submission-generation.yml'
# - '**' # kept on for all the path instead of submission generation CM script so that this could help in trapping any bugs in any recent submission checker modification also
# - '!**.md'
- '**'
- '!**.md'
jobs:
submission_generation:
runs-on: ${{ matrix.os }}
Expand Down

0 comments on commit 5a26cd5

Please sign in to comment.