Skip to content

Commit

Permalink
ci: optimise dependencies of task
Browse files Browse the repository at this point in the history
  • Loading branch information
sunng87 committed Dec 17, 2024
1 parent 12af5f2 commit 981fe6c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/develop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -729,6 +729,7 @@ jobs:
if: github.event.pull_request.draft == false
runs-on: ubuntu-20.04-8-cores
timeout-minutes: 60
needs: [coverage, fmt, clippy, check]
steps:
- uses: actions/checkout@v4
- uses: cachix/install-nix-action@v27
Expand Down

0 comments on commit 981fe6c

Please sign in to comment.