Skip to content

Commit

Permalink
Make nix hash update dependent on changelog regen
Browse files Browse the repository at this point in the history
I think there's a race condition with generating tokens here maybe... IT FUCKING WORKS FINE LOCALLY. SEE 2cbbe3e
  • Loading branch information
Cyberboss committed Feb 22, 2025
1 parent 83be723 commit a389270
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci-pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2322,9 +2322,9 @@ jobs:

update-nix:
name: Update Nix SHA
needs: deploy-tgs
needs: changelog-regen
runs-on: ubuntu-latest
if: (!(cancelled() || failure())) && needs.deploy-tgs.result == 'success'
if: (!(cancelled() || failure())) && needs.changelog-regen.result == 'success'
steps:
- name: Install Native Packages # Name checked in rerunFlakyTests.js
run: |
Expand Down

0 comments on commit a389270

Please sign in to comment.