Skip to content

Commit

Permalink
gha: fix invalid workflow definition
Browse files Browse the repository at this point in the history
Signed-off-by: Shengjing Zhu <zhsj@debian.org>
  • Loading branch information
zhsj committed Nov 26, 2020
1 parent 04c754f commit 310e183
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Expand Up @@ -30,7 +30,7 @@ jobs:
name: CI Tests
runs-on: ${{ matrix.os }}
timeout-minutes: 10
needs: [checks]
needs: [project]

strategy:
matrix:
Expand Down

0 comments on commit 310e183

Please sign in to comment.