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
|
echo "run_workflow=false" >> $GITHUB_OUTPUT
|
||||||
fi
|
fi
|
||||||
|
|
||||||
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'
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v4
|
||||||
|
- run: echo "New release detected: ${{ needs.check-latest.outputs.latest_tag }}"
|
||||||
- name: Example step
|
|
||||||
run: echo "New release detected: ${{ needs.check-latest.outputs.latest_tag }}"
|
|
Loading…
Reference in New Issue
Block a user