Skip to content

Commit

Permalink
fix: add detection if no features have changed
Browse files Browse the repository at this point in the history
  • Loading branch information
phorcys420 committed Aug 11, 2024
1 parent b36bf65 commit 33fa655
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ jobs:
- test/lib-github/**
test-autogenerated:
if: needs.changes.outputs.features != ''
runs-on: ubuntu-latest
continue-on-error: true
strategy:
Expand All @@ -59,6 +60,7 @@ jobs:
run: devcontainer features test --skip-scenarios -f ${{ matrix.features }} -i ${{ matrix.baseImage }} .

test-scenarios:
if: needs.changes.outputs.features != ''
runs-on: ubuntu-latest
continue-on-error: true
strategy:
Expand Down

0 comments on commit 33fa655

Please sign in to comment.