fix(nix): run hash update actions sequentially (#616)

This commit is contained in:
Weathercold
2025-09-28 13:15:58 +08:00
committed by GitHub
parent 83a2f77f7e
commit d7bfe19567
2 changed files with 6 additions and 0 deletions
@@ -12,6 +12,9 @@ on:
permissions:
contents: write
concurrency:
group: nix-update
jobs:
update:
runs-on: ubuntu-latest
@@ -11,6 +11,9 @@ on:
permissions:
contents: write
concurrency:
group: nix-update
jobs:
update:
runs-on: ubuntu-latest