Compare commits

..

1 Commits

Author SHA1 Message Date
Yeicor
dc12f83780 improve deploy workflow 4 2024-03-03 20:01:19 +01:00

View File

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