From 396a3d7af610c05756f5e3ab0e8a1dde5c0af872 Mon Sep 17 00:00:00 2001 From: Mathieu Date: Sat, 12 Aug 2023 18:40:47 +0200 Subject: [PATCH] ci: Remove debug conditino --- .github/workflows/trigger-staging-deploy.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/trigger-staging-deploy.yml b/.github/workflows/trigger-staging-deploy.yml index 15f0416..9b0ad75 100644 --- a/.github/workflows/trigger-staging-deploy.yml +++ b/.github/workflows/trigger-staging-deploy.yml @@ -16,7 +16,6 @@ jobs: runs-on: ubuntu-latest steps: - name: Debug - if: ${{ env.DEBUG == 'true' }} uses: raven-actions/debug@v1 - uses: geokrety/geokrety-gha-workflows/.github/actions/deploy-website@main