ci: correctly reference job

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

View file

@ -1,7 +1,7 @@
name: Tests
on: [push, pull_request]
jobs:
detect-changes:
changes:
name: Detect changes
runs-on: ubuntu-latest
outputs:
@ -54,7 +54,7 @@ jobs:
tests:
name: Tests
needs: detect-changes
needs: changes
strategy:
matrix:
package: ${{ fromJSON(needs.changes.outputs.packages) }}