improve deploy workflow 4

This commit is contained in:
Yeicor
2024-03-03 20:01:19 +01:00
parent 079c7217b6
commit dc12f83780

View File

@@ -3,7 +3,7 @@ name: "maybe deploy"
on:
push:
tags:
- "v[0-9]+.[0-9]+.[0-9]+.*"
- "v**"
permissions:
@@ -13,8 +13,6 @@ jobs:
deploy:
concurrency: "ci-${{ github.ref }}" # Recommended if you intend to make multiple deployments in quick succession.
runs-on: "ubuntu-latest"
needs: "check-early-exit"
if: "needs.check-early-exit.outputs.should-deploy == 'true'"
steps:
- uses: "dawidd6/action-download-artifact@v3"
with: