Skip to content

Commit

Permalink
ci: only run one flake check at a time
Browse files Browse the repository at this point in the history
  • Loading branch information
andresilva committed Dec 18, 2024
1 parent 34259a7 commit 59284cf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
authToken: '${{ secrets.CACHIX_AUTH_TOKEN }}'
name: polkadot
- name: Nix flake check
run: nix flake check
run: nix flake check --max-jobs 1
- name: Nix flake develop
run: nix develop
- name: Publish to FlakeHub
Expand Down

0 comments on commit 59284cf

Please sign in to comment.