Skip to content

Commit

Permalink
only run og compliance tests if there was a change
Browse files Browse the repository at this point in the history
  • Loading branch information
squell committed Jan 14, 2025
1 parent c540d32 commit e2da282
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,18 @@ jobs:
rm -rf /tmp/.buildx-cache
mv /tmp/.buildx-cache-new /tmp/.buildx-cache

compliance-tests-detect-changes:
runs-on: ubuntu-latest
outputs:
updated: ${{ steps.filter.outputs.test-framework }}
steps:
- uses: dorny/paths-filter@de90cc6fb38fc0963ad72b210f1f284cd68cea36
id: filter
with:
filters: |
framework:
- 'test-framework/**'

compliance-tests-og:
runs-on: ubuntu-latest
env:
Expand Down

0 comments on commit e2da282

Please sign in to comment.