Skip to content

Commit

Permalink
fix: skip steps when nothing to check
Browse files Browse the repository at this point in the history
  • Loading branch information
henrylee97 committed Nov 15, 2023
1 parent 9eefe3c commit 83f0369
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/check-on-pr.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,8 @@ jobs:
needs:
- find-configurations

if: needs.find-configurations.outputs.configures != '[]'

strategy:
matrix:
configure: ${{ fromJson(needs.find-configurations.outputs.configures) }}
Expand Down

0 comments on commit 83f0369

Please sign in to comment.