remove duplicate yaml
This commit is contained in:
2
.github/workflows/download-latest.yml
vendored
2
.github/workflows/download-latest.yml
vendored
@ -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: |
|
||||
|
Reference in New Issue
Block a user