Compare commits
4 Commits
Author | SHA1 | Date | |
---|---|---|---|
c127f32583 | |||
8636d09b9b | |||
87a94cead7 | |||
34a1206422 |
@ -46,6 +46,7 @@ jobs:
|
||||
DETERMINATE_URL: ${{ env.DETERMINATE_URL }}
|
||||
DERMINATE_BINARY: ${{ env.DETERMINATE_BINARY }}
|
||||
- uses: actions/upload-artifact@v3
|
||||
if: ${{ steps.binary-check.outputs.DETERMINATE_BINARY_DIFF != 0}}
|
||||
with:
|
||||
name: determinate-binary
|
||||
path: ${{ env.DETERMINATE_BINARY }}
|
||||
@ -59,7 +60,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: |
|
Loading…
x
Reference in New Issue
Block a user