ci: exclude shared match

This commit is contained in:
iCrawl 2022-08-14 21:21:17 +02:00
parent 3ec7ef07a0
commit 4cf265c7c6
No known key found for this signature in database
GPG key ID: 1AB888B16355FBB2

View file

@ -58,6 +58,8 @@ jobs:
strategy:
matrix:
package: ${{ fromJSON(needs.changes.outputs.packages) }}
exclude:
- package: shared
runs-on: ubuntu-latest
steps:
- name: Checkout repository