From f8c79a881fecae694b2e44287f78df29a8067927 Mon Sep 17 00:00:00 2001 From: zramsay Date: Wed, 5 Feb 2025 17:05:47 +0000 Subject: [PATCH] Update .gitea/workflows/deploy-namada.yml --- .gitea/workflows/deploy-namada.yml | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) 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