Skip to content

Commit

Permalink
Merge pull request mlcommons#487 from mlcommons/anandhu-eng-patch-5
Browse files Browse the repository at this point in the history
enable submission generation gh action test globally
  • Loading branch information
arjunsuresh authored Nov 5, 2024
2 parents d99cfe3 + 5a26cd5 commit d7499a3
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 d7499a3

Please sign in to comment.