try
This commit is contained in:
parent
59d8138f10
commit
545c021294
@ -24,7 +24,7 @@ jobs:
|
|||||||
check-latest:
|
check-latest:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
outputs:
|
outputs:
|
||||||
run_workflow: ${{ steps.check.outputs.run_workflow }}
|
run_workflow: ${{ steps.check-latest.outputs.run_workflow }}
|
||||||
steps:
|
steps:
|
||||||
- name: Get latest release
|
- name: Get latest release
|
||||||
id: check
|
id: check
|
||||||
@ -45,6 +45,9 @@ jobs:
|
|||||||
echo "run_workflow=false" >> $GITHUB_OUTPUT
|
echo "run_workflow=false" >> $GITHUB_OUTPUT
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
cat "GH out"
|
||||||
|
cat $GITHUB_OUTPUT
|
||||||
|
|
||||||
main_workflow:
|
main_workflow:
|
||||||
needs: check-latest
|
needs: check-latest
|
||||||
# if: needs.check-latest.outputs.run_workflow == 'true'
|
# if: needs.check-latest.outputs.run_workflow == 'true'
|
||||||
|
Loading…
Reference in New Issue
Block a user