ci: exclude shared match

This commit is contained in:
iCrawl
2022-08-14 21:21:17 +02:00
parent 3ec7ef07a0
commit 4cf265c7c6

View File

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