Skip to content

Commit

Permalink
ci: checklib job condition
Browse files Browse the repository at this point in the history
  • Loading branch information
matt-FFFFFF committed Jul 4, 2024
1 parent 3333827 commit 9ac546b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/pr-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ jobs:

checklib:
needs: libschanged
if: ${{ needs.libschanged.outputs.list != '[]' }}
runs-on: ubuntu-latest
environment: test
strategy:
Expand Down

0 comments on commit 9ac546b

Please sign in to comment.