Skip to content

Commit

Permalink
Optionally delay destroy in github actions to allow investigation time
Browse files Browse the repository at this point in the history
  • Loading branch information
lindanasredin committed Apr 28, 2024
1 parent 2d7fb89 commit bccbbd7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/sonar_poc_cli.yml
Original file line number Diff line number Diff line change
Expand Up @@ -172,9 +172,9 @@ jobs:
if: always()
uses: actions/upload-artifact@v4
with:
name: collected-keys-${{ TEST_NAME_SAFE }}
name: collected-keys-${{ env.TEST_NAME_SAFE }}
path: |
${{ EXAMPLE_DIR }}/main.tf
${{ env.EXAMPLE_DIR }}/main.tf
- name: Set Environment Variables
run: |
Expand Down

0 comments on commit bccbbd7

Please sign in to comment.