From 65c26895786ea4d1cb0d241768157ae4e12010a6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Th=C3=A9o=20DURR?= Date: Sat, 27 Aug 2022 21:56:46 +0200 Subject: [PATCH] Editing workflow process Sentry new release only triggers when deployment is successful --- .github/workflows/deploy.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 3c179b3c..8dbda5a6 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -49,6 +49,7 @@ jobs: runs-on: ubuntu-latest environment: production timeout-minutes: 30 + needs: deployment steps: - uses: actions/checkout@v3