Skip to content

Commit

Permalink
ci: Fix path in prune-uploads-tests.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
abhidg committed Jul 22, 2021
1 parent 5868880 commit a95d5f0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/prune-uploads-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,11 @@ on:
branches: [main]
paths:
- '.github/workflows/prune-uploads-tests.yml'
- 'data-serving/data-service/scripts/prune-uploads/**'
- 'data-serving/scripts/prune-uploads/**'
pull_request:
paths:
- '.github/workflows/prune-uploads-tests.yml'
- 'data-serving/data-service/scripts/prune-uploads/**'
- 'data-serving/scripts/prune-uploads/**'

jobs:
tests:
Expand Down

0 comments on commit a95d5f0

Please sign in to comment.