From 525ac8df9006d23af305644831ca694c15a3afa9 Mon Sep 17 00:00:00 2001 From: Andrey Bogoyavlenskiy Date: Mon, 3 Jun 2024 01:22:47 +0100 Subject: [PATCH] Needs checks --- .github/workflows/pr.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pr.yaml b/.github/workflows/pr.yaml index 9485e99..4dcc721 100644 --- a/.github/workflows/pr.yaml +++ b/.github/workflows/pr.yaml @@ -11,7 +11,7 @@ jobs: outdated: runs-on: ubuntu-latest - needs: [ deps ] + needs: [ checks ] steps: - uses: actions/checkout@v4 - uses: ./.github/actions/restore-deps