Skip to content

Commit

Permalink
improving data preprocessing script
Browse files Browse the repository at this point in the history
  • Loading branch information
gushob21 committed Jan 24, 2025
1 parent cde9469 commit a891404
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/python-coverage-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@ name: Python Coverage Test

on:
push:
branches: [ ** ]
branches: [ gushob-preprocessing-script-changes ]
pull_request:
branches: [ ** ]
branches: [ gushob-preprocessing-script-changes ]

jobs:
coverage:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/python-unit-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@ name: Python Unit Tests

on:
push:
branches: [ ** ]
branches: [ gushob-preprocessing-script-changes ]
pull_request:
branches: [ ** ]
branches: [ gushob-preprocessing-script-changes ]

jobs:
unit-tests:
Expand Down

0 comments on commit a891404

Please sign in to comment.