Compare commits
No commits in common. "main" and "v3.6.1" have entirely different histories.
@ -46,7 +46,6 @@ jobs:
|
|||||||
DETERMINATE_URL: ${{ env.DETERMINATE_URL }}
|
DETERMINATE_URL: ${{ env.DETERMINATE_URL }}
|
||||||
DERMINATE_BINARY: ${{ env.DETERMINATE_BINARY }}
|
DERMINATE_BINARY: ${{ env.DETERMINATE_BINARY }}
|
||||||
- uses: actions/upload-artifact@v3
|
- uses: actions/upload-artifact@v3
|
||||||
if: ${{ steps.binary-check.outputs.DETERMINATE_BINARY_DIFF != 0}}
|
|
||||||
with:
|
with:
|
||||||
name: determinate-binary
|
name: determinate-binary
|
||||||
path: ${{ env.DETERMINATE_BINARY }}
|
path: ${{ env.DETERMINATE_BINARY }}
|
||||||
@ -60,7 +59,7 @@ jobs:
|
|||||||
commit-data:
|
commit-data:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
needs: [download-binary]
|
needs: [download-binary]
|
||||||
if: ${{ needs.download-binary.outputs.DETERMINATE_BINARY_DIFF != 0 }}
|
if: always() && ${{ needs.download-binary.outputs.DETERMINATE_BINARY_DIFF != 0 }}
|
||||||
steps:
|
steps:
|
||||||
- name: Reset outputs from previous job
|
- name: Reset outputs from previous job
|
||||||
run: |
|
run: |
|
Loading…
x
Reference in New Issue
Block a user