Skip to content

Commit

Permalink
Update pr-build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Ben-EJ committed May 16, 2024
1 parent e4cfc7b commit b63853f
Showing 1 changed file with 1 addition and 16 deletions.
17 changes: 1 addition & 16 deletions .github/workflows/pr-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,22 +7,7 @@ on:
- 'main'

jobs:
changes:
runs-on: ubuntu-latest
permissions:
pull-requests: read
outputs:
etl: ${{ steps.filter.outputs.etl }}
api: ${{ steps.filter.outputs.api }}
steps:
uses: dorny/[email protected]
id: filter
with:
filters: |
etl:
- 'air-quality-backend/src/etl/**'
api:
- 'air-quality-backend/src/api/**'


run-lint:
runs-on: ubuntu-latest
Expand Down

0 comments on commit b63853f

Please sign in to comment.