Skip to content

Commit

Permalink
add debug step
Browse files Browse the repository at this point in the history
  • Loading branch information
alexey-ban committed Nov 15, 2024
1 parent 12cceb3 commit b1d8af5
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .github/workflows/deploy_review.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit b1d8af5

Please sign in to comment.