try
Some checks failed
Check Latest Release / main_workflow (push) Has been skipped
Check Latest Release / check-latest (push) Failing after 3s

This commit is contained in:
zramsay 2025-02-05 14:58:46 -05:00
parent 59d8138f10
commit 545c021294

View File

@ -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'