Update .gitea/workflows/deploy-namada.yml

This commit is contained in:
zramsay 2025-02-05 17:06:40 +00:00
parent f8c79a881f
commit 598ad8bd1c

View File

@ -35,7 +35,7 @@ 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