Skip to content

Commit

Permalink
Update validate_submissions_v3.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
M-7th authored Aug 26, 2024
1 parent dc817c1 commit 34ac80e
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions .github/workflows/validate_submissions_v3.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,11 @@ on:
paths:
- 'model-output/**'
- 'model-metadata/*'
- '!**README**'
- '!**.md'
- '!**.MD'


paths-ignore:
- '**.md'
- '**.MD'

jobs:
validate-submission_job:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 34ac80e

Please sign in to comment.