From b1d8af5375e8a7cfc909c4d109bf8b23847567e4 Mon Sep 17 00:00:00 2001 From: Aliaksei Banshchyk Date: Fri, 15 Nov 2024 16:34:38 +0100 Subject: [PATCH] add debug step --- .github/workflows/deploy_review.yml | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/.github/workflows/deploy_review.yml b/.github/workflows/deploy_review.yml index 2b71f082..745cadef 100644 --- a/.github/workflows/deploy_review.yml +++ b/.github/workflows/deploy_review.yml @@ -6,6 +6,15 @@ on: - development jobs: + debug: + runs-on: ubuntu-latest + steps: + - uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7 + with: + lfs: true + - name: Sleep to debug # need delay between cancel workflow and delete environment + run: | + ls -la create_env: uses: alexey-ban/ai-dial-ci/.github/workflows/gh_env.yml@review_env secrets: