1
0
Fork 0
mirror of https://github.com/containers/youki synced 2024-06-09 08:16:19 +02:00

fix a failure when dirs is empty at changes job.

This commit is contained in:
utam0k 2021-09-11 16:09:23 +09:00
parent 5d2901e139
commit 23f478fcd1

View File

@ -23,6 +23,7 @@ jobs:
./cgroups: cgroups/*
check:
needs: [changes]
if: ${{ !contains(needs.changes.outputs.dirs, '[]') }}
runs-on: ubuntu-latest
strategy:
matrix: