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