Update .gitea/workflows/deploy-namada.yml
This commit is contained in:
parent
7fbcab8822
commit
f8c79a881f
@ -35,12 +35,10 @@ jobs:
|
||||
echo "run_workflow=false" >> $GITHUB_OUTPUT
|
||||
fi
|
||||
|
||||
main_workflow:
|
||||
main_workflow:
|
||||
needs: check-latest
|
||||
if: needs.check-latest.outputs.run_workflow == 'true'
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
|
||||
- name: Example step
|
||||
run: echo "New release detected: ${{ needs.check-latest.outputs.latest_tag }}"
|
||||
- run: echo "New release detected: ${{ needs.check-latest.outputs.latest_tag }}"
|
Loading…
Reference in New Issue
Block a user