From 19b28a1c57b0305f860d6357d64c4e4dc7d34087 Mon Sep 17 00:00:00 2001 From: Alessandro Rodi Date: Thu, 31 Oct 2024 17:09:09 +0100 Subject: [PATCH] Remove concurrency attribute --- .github/workflows/deploy.yml | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 5576aaa..6dc1115 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -1,13 +1,15 @@ name: Deployment -concurrency: production + on: - push: + workflow_run: + workflows: test + types: completed branches: - - main + - main + jobs: deployment: runs-on: ubuntu-latest - needs: [test] container: image: crystallang/crystal:latest steps: