Skip to content

Commit

Permalink
Merge pull request #294 from utam0k/fix/ci-dirs-empty
Browse files Browse the repository at this point in the history
fix a failure when dirs is empty at changes job.
  • Loading branch information
utam0k authored Sep 11, 2021
2 parents 5d2901e + 23f478f commit 2218ba8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ jobs:
./cgroups: cgroups/*
check:
needs: [changes]
if: ${{ !contains(needs.changes.outputs.dirs, '[]') }}
runs-on: ubuntu-latest
strategy:
matrix:
Expand Down

0 comments on commit 2218ba8

Please sign in to comment.