build something on every CI

This commit is contained in:
Jacob Heider 2022-10-27 13:23:19 -04:00 committed by Jacob Heider
parent 3291fc0927
commit b8bdf87712

View file

@ -16,6 +16,5 @@ jobs:
needs: [get-diff]
uses: ./.github/workflows/build.yml
with:
projects: ${{ needs.get-diff.outputs.diff }}
projects: ${{ needs.get-diff.outputs.diff || 'zlib.net' }}
secrets: inherit
if: ${{ needs.get-diff.outputs.diff != '' }}