Skip to content

Commit

Permalink
Apply path filters to fastpath and legacy API tests
Browse files Browse the repository at this point in the history
  • Loading branch information
hellais committed Apr 24, 2024
1 parent 57a02b2 commit 220ffdd
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test_fastpath.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
name: test fastpath
on:
push:
branches:
- master
paths:
- 'fastpath/**'

jobs:
test:
Expand Down
6 changes: 4 additions & 2 deletions .github/workflows/test_legacy_ooniapi.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,10 @@
name: test legacy/ooniapi
on:
push:
branches:
- master
paths:
- "api/**"
- "analysis/**"

workflow_dispatch:
inputs:
debug_enabled:
Expand Down

0 comments on commit 220ffdd

Please sign in to comment.