diff --git a/.gitea/workflows/deploy-namada.yml b/.gitea/workflows/deploy-namada.yml index 5cd4fd8..10c1829 100644 --- a/.gitea/workflows/deploy-namada.yml +++ b/.gitea/workflows/deploy-namada.yml @@ -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 }}" \ No newline at end of file + - run: echo "New release detected: ${{ needs.check-latest.outputs.latest_tag }}" \ No newline at end of file