mirror of
https://github.com/ivabus/pantry
synced 2024-11-10 02:25:18 +03:00
build something on every CI
This commit is contained in:
parent
3291fc0927
commit
b8bdf87712
3
.github/workflows/ci.yml
vendored
3
.github/workflows/ci.yml
vendored
|
@ -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 != '' }}
|
||||
|
|
Loading…
Reference in a new issue