remove duplicate yaml
All checks were successful
Update Determinate Nix binary / download-binary (push) Successful in 27s
Update Determinate Nix binary / commit-data (push) Has been skipped

This commit is contained in:
2025-05-26 18:25:11 -04:00
parent 87a94cead7
commit 8636d09b9b
2 changed files with 1 additions and 113 deletions

View File

@ -59,7 +59,7 @@ jobs:
commit-data:
runs-on: ubuntu-latest
needs: [download-binary]
if: always() && ${{ needs.download-binary.outputs.DETERMINATE_BINARY_DIFF != 0 }}
if: ${{ needs.download-binary.outputs.DETERMINATE_BINARY_DIFF != 0 }}
steps:
- name: Reset outputs from previous job
run: |